Skip to content

Commit

Permalink
fix: incorrect import parameter for cancel PDA
Browse files Browse the repository at this point in the history
(cherry picked from commit 08f2e4e)
  • Loading branch information
ruthra-kumar authored and mergify[bot] committed Sep 2, 2022
1 parent 17ad969 commit 814dd36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ def on_cancel(self):
filters={"against_voucher_type": self.doctype, "against_voucher": self.name},
)

make_gl_entries(gl_entries=gl_entries, cancel=1)
make_gl_entries(gl_map=gl_entries, cancel=1)

0 comments on commit 814dd36

Please sign in to comment.