mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/ARCHIVED-IZYIM.git
synced 2026-08-19 04:14:01 +00:00
temporary remove edit shipping order
This commit is contained in:
@@ -48,12 +48,7 @@ $requestData= $_REQUEST;
|
||||
<button class="btn green btn-xs btn-circle btn-outline dropdown-toggle" type="button" data-toggle="dropdown" aria-expanded="false"> Actions
|
||||
<i class="fa fa-angle-down"></i>
|
||||
</button>
|
||||
<ul class="dropdown-menu" role="menu">'
|
||||
.(getGeneralStatus($value['so_id']) != "Canceled" ? '<li>
|
||||
<a href="/shipping-order/edit/'.$value["so_id"].'">Edit</a>
|
||||
</li>' : '')
|
||||
.
|
||||
'
|
||||
<ul class="dropdown-menu" role="menu">
|
||||
<li>
|
||||
<a href="/shipping-order/details/'.$value["so_id"].'">Details</a>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user