mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-14 09:23:09 +00:00
refactor: drop redundant time_in_mins assignment in complete_job
(cherry picked from commit 3cffeb68e3)
This commit is contained in:
@@ -189,7 +189,6 @@ class Workstation(Document):
|
|||||||
for row in doc.time_logs:
|
for row in doc.time_logs:
|
||||||
if not row.to_time:
|
if not row.to_time:
|
||||||
row.to_time = to_time
|
row.to_time = to_time
|
||||||
row.time_in_mins = time_diff_in_hours(row.to_time, row.from_time) * 60
|
|
||||||
row.completed_qty = qty
|
row.completed_qty = qty
|
||||||
|
|
||||||
doc.save()
|
doc.save()
|
||||||
|
|||||||
Reference in New Issue
Block a user