Skip to content

Commit

Permalink
fix: test_serial_no_case_1 test case works
Browse files Browse the repository at this point in the history
  • Loading branch information
Ritvik Sardana authored and Ritvik Sardana committed Aug 16, 2023
1 parent d4cc9da commit 0d95fc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ def split_invoices(invoices):
continue

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:
break
Expand Down

0 comments on commit 0d95fc0

Please sign in to comment.