Skip to content

Commit bb1a655

Browse files
Pandiyan5273mergify[bot]
authored andcommitted
fix(work_order): update returned qty
(cherry picked from commit b7f45e6)
1 parent dada7c4 commit bb1a655

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

erpnext/manufacturing/doctype/work_order/work_order.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ def update_status(self, status=None):
358358
if status != self.status:
359359
self.db_set("status", status)
360360

361-
self.update_required_items()
361+
self.update_required_items()
362362

363363
return status or self.status
364364

0 commit comments

Comments
 (0)