now bm can access report pages
parent
4b7dc82f29
commit
11000bbacd
|
@ -151,6 +151,7 @@ $conn->close();
|
|||
<li><a href="/Admin/View_AC?Type=Recurring">View A/C</a></li>
|
||||
<!-- Other menu items -->
|
||||
<li><a href="/Admin/Trans_New">Transaction</a></li>
|
||||
<li><a href="/Admin/Report">Report</a></li>
|
||||
<?php if ($userType === 'admin') { ?>
|
||||
<li><a href="/Admin/agent-targets">Agent Targets</a></li>
|
||||
<?php } ?>
|
||||
|
@ -160,7 +161,6 @@ $conn->close();
|
|||
<?php } ?>
|
||||
<li><a href="/Admin/upcoming-maturity">Upcoming Maturity</a></li>
|
||||
<?php if ($userType === 'admin') { ?>
|
||||
<li><a href="/Admin/Report">Report</a></li>
|
||||
<li><a href="/Admin/Due">Deemand Sheet</a></li>
|
||||
<li><a href="/Admin/Settings_Agent">Agent Settings</a></li>
|
||||
<?php } ?>
|
||||
|
|
Loading…
Reference in New Issue