Skip to content

Commit

Permalink
fix: return payment entries if no taxes in regional override
Browse files Browse the repository at this point in the history
  • Loading branch information
ljain112 committed Jul 4, 2024
1 parent 520b960 commit fc8b6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion india_compliance/gst_india/overrides/payment_entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ def get_advance_payment_entries_for_regional(
taxes = get_taxes_summary(company, payment_entries)

if not taxes:
return
return payment_entries

for pe in payment_entries:
tax_row = taxes.get(
Expand Down

0 comments on commit fc8b6d9

Please sign in to comment.