Skip to content

Commit

Permalink
Merge pull request #32156 from ruthra-kumar/bug_multiple_call_to_ple_…
Browse files Browse the repository at this point in the history
…creation

fix: remove duplicate call to ple creation
  • Loading branch information
ruthra-kumar committed Sep 11, 2022
2 parents 4576c1e + 4adc372 commit 0aeb7c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion erpnext/accounts/general_ledger.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,6 @@ def make_reverse_gl_entries(
).run(as_dict=1)

if gl_entries:
create_payment_ledger_entry(gl_entries, cancel=1)
create_payment_ledger_entry(
gl_entries, cancel=1, adv_adj=adv_adj, update_outstanding=update_outstanding
)
Expand Down

0 comments on commit 0aeb7c6

Please sign in to comment.