commit | 59f87a3c952b4f62fc7f48d11caa126127758d17 | [log] [tgz] |
---|---|---|
author | Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com> | Tue Jul 27 10:15:14 2021 +0530 |
committer | GitHub <noreply@github.com> | Tue Jul 27 10:15:14 2021 +0530 |
tree | ce6dd5e4823c4349ea562a66382b2a49235aafba | |
parent | 1321c26a033607e460be0c97a06dc5c6a463bea0 [diff] | |
parent | 34353df48c3bf58f61157ebb58accca886fc0b1a [diff] |
Merge branch 'develop' into ignore-mandatory-in-payment-reconcilitation
diff --git a/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py b/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py index 6635128..d788d91 100644 --- a/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +++ b/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py
@@ -306,5 +306,5 @@ } ] }) - + jv.flags.ignore_mandatory = True jv.submit() \ No newline at end of file