Emergency Flow
This commit is contained in:
parent
847e1c444f
commit
d10a796c15
@ -308,8 +308,8 @@ $(function() {
|
|||||||
|
|
||||||
<?php
|
<?php
|
||||||
//if(($DEPCode == FINANCE && $role == ROLE_MANAGER)|| ($(DEPCode == PURCHASE && $role == ROLE_EMPLOYEE)))
|
//if(($DEPCode == FINANCE && $role == ROLE_MANAGER)|| ($(DEPCode == PURCHASE && $role == ROLE_EMPLOYEE)))
|
||||||
//if($DEPCode == FINANCE || $DEPCode == PURCHASE || $DEPCode == MANAGEMENT)
|
if($DEPCode == FINANCE || $DEPCode == PURCHASE || $DEPCode == MANAGEMENT)
|
||||||
if($Designation != SECURITY )
|
//if($Designation != SECURITY )
|
||||||
{
|
{
|
||||||
?>
|
?>
|
||||||
|
|
||||||
@ -317,7 +317,7 @@ $(function() {
|
|||||||
<span id="menu" data-toggle="dropdown"><i class="fa fa-first-order"></i> Purchase order<span class="caret"></span></span>
|
<span id="menu" data-toggle="dropdown"><i class="fa fa-first-order"></i> Purchase order<span class="caret"></span></span>
|
||||||
<ul class="dropdown-menu" role="menu" aria-labelledby="menu2">
|
<ul class="dropdown-menu" role="menu" aria-labelledby="menu2">
|
||||||
<!-- All User can create Emergency po except Security -->
|
<!-- All User can create Emergency po except Security -->
|
||||||
<?php if($Designation != SECURITY ){ ?>
|
<?php if($DEPCode == PURCHASE ){ ?>
|
||||||
<li class="treeview">
|
<li class="treeview">
|
||||||
<a href="<?php echo base_url(); ?>EmergencyPO">
|
<a href="<?php echo base_url(); ?>EmergencyPO">
|
||||||
<i class="fa fa-ambulance"></i>
|
<i class="fa fa-ambulance"></i>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user