Complaints modul only for admin : GWM
This commit is contained in:
parent
cbac7653a8
commit
218bdb35f2
@ -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)) { ?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user