Complaints modul only for admin : GWM

This commit is contained in:
bitbucket 2024-08-01 11:10:34 +05:30
parent cbac7653a8
commit 218bdb35f2

View File

@ -2272,8 +2272,10 @@
<?php } ?>
<!-- ReportList menu ends here -->
<!-- Complaint starts -->
<?php if (empty($DepAccesslist)) { ?>
<?php if ($DEPCode == ADMIN) { ?>
<?php if ($DEPCode != SECURITY) { ?>
<!-- Complaint starts -->
<li class="treeview">
<a href="">
<i class="fa fa-thumb-tack"></i>
@ -2296,6 +2298,9 @@
</ul><!-- @295 closed -->
</li><!-- 287 closed -->
<!-- Complanit ends -->
<?php }}} ?>
<!-- Attendance menu start here -->
<?php if (empty($DepAccesslist)) { ?>