commit | 20fd360a63f773f69f97b2631de4c0b850405709 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Thu Sep 17 20:36:19 2015 +0530 |
committer | Anand Doshi <anand@erpnext.com> | Thu Sep 17 20:36:19 2015 +0530 |
tree | cfcf50c4cd59352661b345c6349ef865ad5283db | |
parent | df8efce36f751aa92e2c52563c30a7c53f821e5b [diff] |
[hotfix] journal entry - get balance
diff --git a/erpnext/accounts/doctype/journal_entry/journal_entry.py b/erpnext/accounts/doctype/journal_entry/journal_entry.py index 11bf384..6857c61 100644 --- a/erpnext/accounts/doctype/journal_entry/journal_entry.py +++ b/erpnext/accounts/doctype/journal_entry/journal_entry.py
@@ -386,6 +386,7 @@ # If any row without amount, set the diff on that row if diff: + blank_row = None for d in self.get('accounts'): if not d.credit_in_account_currency and not d.debit_in_account_currency and diff != 0: blank_row = d