now bm can access report pages

main
ns77@siliconpin.com 2025-09-16 08:24:43 +00:00
parent 4b7dc82f29
commit 11000bbacd
1 changed files with 1 additions and 1 deletions

View File

@ -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 } ?>