login
This commit is contained in:
parent
59804457bc
commit
bfcc08ade3
@ -253,7 +253,7 @@ $(function() {
|
||||
|
||||
|
||||
<?php if(empty($DepAccesslist)){?>
|
||||
<?php if($DEPCode == STORE || $DEPCode == FINANCE || $DEPCode == MANAGEMENT){?>
|
||||
<?php if($DEPCode == STORE || $DEPCode == FINANCE || $DEPCode == MANAGEMENT || $DEPCode == QUALITY){?>
|
||||
|
||||
<li class="treeview">
|
||||
<a href="<?php echo base_url(); ?>batchcard/HourlyListing">
|
||||
@ -292,7 +292,7 @@ $(function() {
|
||||
|
||||
<?php $assd=$dep->AssDep;
|
||||
|
||||
if($assd == STORE){?>
|
||||
if($assd == STORE || $assd == QUALITY || $DEPCode == STORE || $DEPCode == QUALITY){?>
|
||||
|
||||
<li class="treeview">
|
||||
<a href="<?php echo base_url(); ?>batchcard/HourlyListing">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user