mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-31 15:32:27 +00:00
feat: serial and batch bundle for Packing Items
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user