Skip to content

Commit

Permalink
[IMP] Bug OCA#266 False ETA Error
Browse files Browse the repository at this point in the history
[IMP] Bug OCA#265 Linked Location Search Error

[IMP] Bug OCA#272 Rate Not Declared

[IMP] Bug OCA#263 equipment_count Wrong

[IMP] Bug OCA#277 Worker Pricelists Computed Wrong

[IMP] Flake8 + Remove Debug
  • Loading branch information
osi-scampbell authored and Vandan-OSI committed Jan 7, 2022
1 parent b7c7fda commit 4c813de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fieldservice_account/models/fsm_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def _compute_employee(self):
def _compute_total_cost(self):
for order in self:
order.total_cost = 0.0
rate = 0
for line in order.employee_timesheet_ids:
for emp in line.user_id.employee_ids:
rate = emp.timesheet_cost
Expand Down

0 comments on commit 4c813de

Please sign in to comment.