commit | e097d4f470c53e529693ffd93ec1139b8a6c0042 | [log] [tgz] |
---|---|---|
author | deepeshgarg007 <deepeshgarg6@gmail.com> | Sat Jul 20 14:49:32 2019 +0530 |
committer | deepeshgarg007 <deepeshgarg6@gmail.com> | Sat Jul 20 14:49:32 2019 +0530 |
tree | e7064b1173641d1e8e7ccc58a91d8f53d4c9ec92 | |
parent | 1ee3d040a12c0a3a4a4d230fc1c8d149505f3f78 [diff] |
fix: Assignment fix
diff --git a/erpnext/accounts/utils.py b/erpnext/accounts/utils.py index 6535e4d..abef2bd 100644 --- a/erpnext/accounts/utils.py +++ b/erpnext/accounts/utils.py
@@ -122,7 +122,7 @@ allow_cost_center_in_entry_of_bs_account = get_allow_cost_center_in_entry_of_bs_account() if acc: - report_type == acc.report_type + report_type = acc.report_type else: report_type = ""