Skip to content

Commit

Permalink
Merge pull request #2835 from Sanket322/regional_override_test_case
Browse files Browse the repository at this point in the history
fix: failing test case of payment entry
  • Loading branch information
vorasmit authored Dec 12, 2024
2 parents 2cd46c5 + 3051b0e commit 8127f0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions india_compliance/gst_india/overrides/payment_entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ def get_advance_payment_entries_for_regional(
party_account,
order_doctype,
order_list=None,
default_advance_account=None,
include_unallocated=True,
against_all_orders=False,
limit=None,
Expand All @@ -347,6 +348,7 @@ def get_advance_payment_entries_for_regional(
party_account=party_account,
order_doctype=order_doctype,
order_list=order_list,
default_advance_account=default_advance_account,
include_unallocated=include_unallocated,
against_all_orders=against_all_orders,
limit=limit,
Expand Down

0 comments on commit 8127f0b

Please sign in to comment.