Company 'all' removed from financial statements

This commit is contained in:
Nabin Hait 2012-03-02 17:15:01 +05:30
parent a0801f7e39
commit 89a30ff7dc
2 changed files with 6 additions and 2 deletions

View File

@ -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</a>
</div>
<div class="section-item">
<a class="section-link"
title = "Check your Balance Sheet and Profit & Loss Statement"
href="#!Financial Statements">Financial Statements</a>
</div>
</div>
@ -141,4 +146,4 @@
</div>
</div>
<div style="clear: both;"></div>
</div>
</div>

View File

@ -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)