mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +00:00
fix: incorrect qty during reset (#47593)
This commit is contained in:
@@ -517,7 +517,6 @@ class SerialandBatchBundle(Document):
|
||||
"item_code": self.item_code,
|
||||
"warehouse": self.warehouse,
|
||||
"serial_and_batch_bundle": self.name,
|
||||
"actual_qty": self.total_qty,
|
||||
"company": self.company,
|
||||
"serial_nos": [row.serial_no for row in self.entries if row.serial_no],
|
||||
"batch_nos": {row.batch_no: row for row in self.entries if row.batch_no},
|
||||
|
||||
Reference in New Issue
Block a user