Skip to content

Commit

Permalink
fix: modify params as per erpnext
Browse files Browse the repository at this point in the history
  • Loading branch information
ljain112 committed Dec 15, 2023
1 parent d40494f commit 4d5e9b4
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 @@ -311,6 +311,7 @@ def get_advance_payment_entries_for_regional(
against_all_orders=False,
limit=None,
condition=None,
payment_name=None,
):
"""
Get Advance Payment Entries with GST Taxes
Expand All @@ -326,6 +327,7 @@ def get_advance_payment_entries_for_regional(
against_all_orders=against_all_orders,
limit=limit,
condition=condition,
payment_name=payment_name,
)

# if not Sales Invoice and is Payment Reconciliation
Expand Down

0 comments on commit 4d5e9b4

Please sign in to comment.