Skip to content

Commit

Permalink
fix: change regional override as per erpnext changes (backport resili…
Browse files Browse the repository at this point in the history
  • Loading branch information
vorasmit committed Dec 12, 2024
1 parent 6265581 commit 34aa57d
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 34aa57d

Please sign in to comment.