Menu order changed:

This commit is contained in:
gandhimathi Bharathirajan 2017-08-16 22:35:46 +05:30
parent 71db0921b5
commit 67695758f1

View File

@ -324,26 +324,21 @@ $(function() {
<span>Emergency Purchase Order </span>
</a>
</li>
<?php if($DEPCode == PURCHASE ){ ?>
<li class="treeview">
<a href="<?php echo base_url(); ?>amendmentpurchaseorder">
<i class="fa fa-ambulance"></i>
<span>Amendment Purchase Order </span>
</a>
</li>
<?php }
} ?>
<?php
//if($DEPCode == PURCHASE && $role == ROLE_EMPLOYEE)
if($DEPCode == PURCHASE )
{
?>
<li class="treeview">
<a href="<?php echo base_url(); ?>purchaseorderListing">
<i class="fa fa-list"></i>
<span>Purchase Order List </span>
</a>
</li>
<li class="treeview">
<a href="<?php echo base_url(); ?>amendmentpurchaseorder">
<i class="fa fa-ambulance"></i>
<span>Amendment Purchase Order </span>
</a>
</li>
<?php
}
?>
@ -363,20 +358,7 @@ $(function() {
}
?>
<!-- this page is for gate keeper for view the full po list-->
<?php
//if($DEPCode != FINANCE && $DEPCode == PURCHASE)
if( $DEPCode == PURCHASE)
{
?>
<li class="treeview">
<a href="<?php echo base_url(); ?>ViewPO">
<i class="fa fa-history"></i>
<span>View Purchase Order</span>
</a>
</li>
<?php
}
?>
<!--FOR Relese PO Management Team -->
<?php