header correction
This commit is contained in:
parent
2f9fc833ab
commit
1b6624cee9
@ -1877,7 +1877,7 @@ function UpdateActionDisposition($actionsave,$LineDisposition)
|
|||||||
|
|
||||||
function UpdateRootCause($rootsave,$Lineroot)
|
function UpdateRootCause($rootsave,$Lineroot)
|
||||||
{
|
{
|
||||||
$this->db->where('RootId', $LineDisposition);
|
$this->db->where('RootId', $Lineroot);
|
||||||
$this->db->update('T_RootCause', $rootsave);
|
$this->db->update('T_RootCause', $rootsave);
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1259,7 +1259,17 @@ $(function() {
|
|||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<?php if($assd == STORE || $DEPCode == STORE){?>
|
||||||
|
|
||||||
|
<li class="treeview">
|
||||||
|
<a href="<?php echo base_url(); ?>Stock">
|
||||||
|
<i class="fa fa-dashboard"></i> <span>Stock Details</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<?php }?>
|
||||||
<?php }?>
|
<?php }?>
|
||||||
<?php if($check ==1){break;}}}?>
|
<?php if($check ==1){break;}}}?>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user