Update readme & comments

This commit is contained in:
2022-03-09 21:51:06 -05:00
parent 8d8201822b
commit 89e4132fc1
2 changed files with 2 additions and 4 deletions

View File

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