commit | a8309c51830c6c35179bf1a4e276c5a4e035c637 | [log] [tgz] |
---|---|---|
author | Saqib Ansari <nextchamp.saqib@gmail.com> | Mon Feb 14 19:14:03 2022 +0530 |
committer | GitHub <noreply@github.com> | Mon Feb 14 19:14:03 2022 +0530 |
tree | d691eb9fc97e33d3796397c32fbcc2e7fdbb07ce | |
parent | 18d0a59a9d4d4fd35ce997f2d23aa7ced930b00e [diff] | |
parent | 60b55f0d5ce51c28bf8d9f98adfd3698537f0b4f [diff] |
Merge branch 'develop' into fix-opening-inv-tool
diff --git a/erpnext/accounts/doctype/opening_invoice_creation_tool/opening_invoice_creation_tool.py b/erpnext/accounts/doctype/opening_invoice_creation_tool/opening_invoice_creation_tool.py index 19d8d49..ade7f81 100644 --- a/erpnext/accounts/doctype/opening_invoice_creation_tool/opening_invoice_creation_tool.py +++ b/erpnext/accounts/doctype/opening_invoice_creation_tool/opening_invoice_creation_tool.py
@@ -167,7 +167,8 @@ "is_pos": 0, "doctype": "Sales Invoice" if self.invoice_type == "Sales" else "Purchase Invoice", "update_stock": 0, - "invoice_number": row.invoice_number + "invoice_number": row.invoice_number, + "disable_rounded_total": 1 }) accounting_dimension = get_accounting_dimensions()