fix: test_serial_no_case_1 test case works
This commit is contained in:
parent
d4cc9daca1
commit
0d95fc0f20
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user