mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 14:39:19 +00:00
Company 'all' removed from financial statements
This commit is contained in:
@@ -62,6 +62,11 @@
|
|||||||
title = "Analyze Sales and Purchase trends and slice them based on item, customer, groups etc"
|
title = "Analyze Sales and Purchase trends and slice them based on item, customer, groups etc"
|
||||||
href="#!Report/Profile/Trend Analyzer">Trend Analyzer</a>
|
href="#!Report/Profile/Trend Analyzer">Trend Analyzer</a>
|
||||||
</div>
|
</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>
|
</div>
|
||||||
@@ -141,4 +146,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="clear: both;"></div>
|
<div style="clear: both;"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -61,7 +61,6 @@ class DocType:
|
|||||||
|
|
||||||
# ---- get companies ---------
|
# ---- get companies ---------
|
||||||
res = sql("select name from `tabCompany`")
|
res = sql("select name from `tabCompany`")
|
||||||
comp.append('All')
|
|
||||||
for r in res:
|
for r in res:
|
||||||
comp.append(r[0])
|
comp.append(r[0])
|
||||||
#comp.append(r[0] for r in res)
|
#comp.append(r[0] for r in res)
|
||||||
|
|||||||
Reference in New Issue
Block a user