feat: serial and batch bundle for Packing Items

This commit is contained in:
Rohit Waghchaure
2023-03-17 16:42:59 +05:30
parent 9c097e85f8
commit 674bd3e2e5
8 changed files with 40 additions and 12 deletions

View File

@@ -307,6 +307,9 @@ class SerialBatchBundle:
return False
def post_process(self):
if not self.sle.serial_and_batch_bundle:
return
if self.item_details.has_serial_no == 1:
self.set_warehouse_and_status_in_serial_nos()