mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-06 03:52:15 +00:00
Merge branch 'develop' into coa-importer-validate-fix
This commit is contained in:
@@ -47,6 +47,8 @@ class JobCard(Document):
|
||||
if d.completed_qty:
|
||||
self.total_completed_qty += d.completed_qty
|
||||
|
||||
self.total_completed_qty = flt(self.total_completed_qty, self.precision("total_completed_qty"))
|
||||
|
||||
def get_overlap_for(self, args, check_next_available_slot=False):
|
||||
production_capacity = 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user