Fix broken invoice processing

This commit is contained in:
2022-03-19 05:29:59 -04:00
parent 3622f8cad7
commit 8e329b2dd2
2 changed files with 11 additions and 11 deletions

View File

@@ -79,7 +79,7 @@ module IssuePatch
next if item.nil?
# Create the new billable time entry and upload it
time_entry.description = "#{tracker} ##{id} : #{subject} #{"(Partial @ #{done_ratio}%)" if not closed?}"
time_entry.description = "#{tracker} ##{id}: #{subject} #{"(Partial @ #{done_ratio}%)" if not closed?}"
time_entry.employee_id = assigned_to.employee_id
time_entry.customer_id = customer_id
time_entry.billable_status = "Billable"