Merge pull request #26643 from nemesis189/ignore-mandatory-in-payment-reconcilitation-pre-release

fix:Ignore mandatory fields while creating payment reconciliation Journal Entry
This commit is contained in:
Deepesh Garg 2021-07-27 10:16:04 +05:30 committed by GitHub
commit 831ce88d1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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