s1
This commit is contained in:
@@ -152,7 +152,7 @@ $conn->close();
|
||||
<!-- Other menu items -->
|
||||
<li><a href="/Admin/Trans_New">Transaction</a></li>
|
||||
<li><a href="/Admin/Report">Report</a></li>
|
||||
<?php if ($userType === 'admin' || $userType === 'bm') { ?>
|
||||
<?php if ($userType === 'admin') { ?>
|
||||
<li><a href="/Admin/agent-targets">Agent Targets</a></li>
|
||||
<?php } ?>
|
||||
<li><a href="/Admin/agent_View_report">Commission</a></li>
|
||||
@@ -160,7 +160,7 @@ $conn->close();
|
||||
<li><a href="/Admin/View_AC?Type=Recurring">View A/C</a></li>
|
||||
<?php } ?>
|
||||
<li><a href="/Admin/upcoming-maturity">Upcoming Maturity</a></li>
|
||||
<?php if ($userType === 'admin') { ?>
|
||||
<?php if ($userType === 'admin' || $userType === 'bm') { ?>
|
||||
<li><a href="/Admin/Due">Deemand Sheet</a></li>
|
||||
<li><a href="/Admin/Settings_Agent">Agent Settings</a></li>
|
||||
<?php } ?>
|
||||
|
||||
Reference in New Issue
Block a user