From 89a30ff7dca89ff632084016d584e377b5191acd Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Fri, 2 Mar 2012 17:15:01 +0530 Subject: [PATCH] Company 'all' removed from financial statements --- erpnext/accounts/page/accounts_home/accounts_home.html | 7 ++++++- erpnext/analysis/doctype/mis_control/mis_control.py | 1 - 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/erpnext/accounts/page/accounts_home/accounts_home.html b/erpnext/accounts/page/accounts_home/accounts_home.html index 12c80ebe8f..8282ae8eb1 100644 --- a/erpnext/accounts/page/accounts_home/accounts_home.html +++ b/erpnext/accounts/page/accounts_home/accounts_home.html @@ -62,6 +62,11 @@ title = "Analyze Sales and Purchase trends and slice them based on item, customer, groups etc" href="#!Report/Profile/Trend Analyzer">Trend Analyzer +
+ Financial Statements +
@@ -141,4 +146,4 @@
- \ No newline at end of file + diff --git a/erpnext/analysis/doctype/mis_control/mis_control.py b/erpnext/analysis/doctype/mis_control/mis_control.py index 11e48f41ca..b2c85f89cb 100644 --- a/erpnext/analysis/doctype/mis_control/mis_control.py +++ b/erpnext/analysis/doctype/mis_control/mis_control.py @@ -61,7 +61,6 @@ class DocType: # ---- get companies --------- res = sql("select name from `tabCompany`") - comp.append('All') for r in res: comp.append(r[0]) #comp.append(r[0] for r in res)