fix: incorrect import parameter for cancel PDA
This commit is contained in:
parent
8566832dd5
commit
08f2e4edc3
@ -34,4 +34,4 @@ class ProcessDeferredAccounting(Document):
|
|||||||
filters={"against_voucher_type": self.doctype, "against_voucher": self.name},
|
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user