mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-21 02:16:28 +00:00
Merge pull request #35753 from akurungadam/jobcard-fix
fix: cannot start / stop Job Card
This commit is contained in:
@@ -161,7 +161,7 @@ class JobCard(Document):
|
||||
self.total_completed_qty = flt(self.total_completed_qty, self.precision("total_completed_qty"))
|
||||
|
||||
for row in self.sub_operations:
|
||||
self.c += row.completed_qty
|
||||
self.total_completed_qty += row.completed_qty
|
||||
|
||||
def get_overlap_for(self, args, check_next_available_slot=False):
|
||||
production_capacity = 1
|
||||
|
||||
Reference in New Issue
Block a user