Merge branch 'develop' into coa-importer-validate-fix

This commit is contained in:
Marica 2021-04-08 13:46:42 +05:30 committed by GitHub
commit fb9fc944c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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