mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
fix: test_serial_no_case_1 test case works
This commit is contained in:
@@ -389,7 +389,7 @@ def split_invoices(invoices):
|
|||||||
continue
|
continue
|
||||||
|
|
||||||
return_against_is_added = any(
|
return_against_is_added = any(
|
||||||
d for d in invoices if d.pos_invoice == pos_invoice.return_against
|
d for d in _invoices if d.pos_invoice == pos_invoice.return_against
|
||||||
)
|
)
|
||||||
if return_against_is_added:
|
if return_against_is_added:
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user