fix:Ignore mandatory fields while creating payment reconciliation Journal Entry

This commit is contained in:
Subin Tom 2021-07-19 20:09:37 +05:30
parent ce79faa738
commit ff9d631f15

View File

@ -306,5 +306,5 @@ def reconcile_dr_cr_note(dr_cr_notes, company):
} }
] ]
}) })
jv.flags.ignore_mandatory = True
jv.submit() jv.submit()