fix: travis

This commit is contained in:
Rohit Waghchaure
2023-03-31 09:03:54 +05:30
parent f704eb7581
commit d3ceb07936
29 changed files with 1238 additions and 744 deletions

View File

@@ -53,7 +53,7 @@ class SubcontractingController(StockController):
self.create_raw_materials_supplied()
for table_field in ["items", "supplied_items"]:
if self.get(table_field):
self.set_total_in_words(table_field)
self.set_serial_and_batch_bundle(table_field)
else:
super(SubcontractingController, self).validate()