mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 20:59:11 +00:00
fix: fixed SABB error
This commit is contained in:
@@ -171,7 +171,9 @@ class POSInvoiceMergeLog(Document):
|
||||
|
||||
for item in doc.get("items"):
|
||||
found = False
|
||||
if not item.serial_and_batch_bundle:
|
||||
for i in items:
|
||||
|
||||
if (
|
||||
i.item_code == item.item_code
|
||||
and not i.serial_no
|
||||
|
||||
Reference in New Issue
Block a user