mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-09 16:12:53 +00:00
fixed: hide links based on roles in accounts home
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<p class="help">Bills raised by Suppliers</p>
|
||||
</div>
|
||||
<div style="width: 48%; float: right;">
|
||||
<h4><a href="#!Accounts Browser/Account">Chart of Accounts</a></h4>
|
||||
<h4><a href="#!Accounts Browser/Account" data-role="Accounts Manager, Accounts User">Chart of Accounts</a></h4>
|
||||
<p class="help">Structure of books of accounts</p>
|
||||
<br>
|
||||
<h4><a href="#!Accounts Browser/Cost Center">Chart of Cost Centers</a></h4>
|
||||
@@ -74,7 +74,7 @@
|
||||
href="#!Financial Statements">Financial Statements</a>
|
||||
</div>
|
||||
<div class="section-item">
|
||||
<a class="section-link"
|
||||
<a class="section-link" data-role="Accounts Manager"
|
||||
title = "Import Multiple Vouchers from CSV"
|
||||
href="#voucher-import-tool">Voucher Import Tool</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user