Added approve action to order view
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
@switch($o->order_status)
|
||||
@case('ORDER-SUBMIT')
|
||||
<button type="submit" class="btn btn-info btn-danger" name="action" value="reject">Reject</button>
|
||||
<button type="submit" class="btn btn-info btn-warning" name="action" value="approve">Approve</button>
|
||||
@break;
|
||||
@endswitch
|
||||
|
||||
|
Reference in New Issue
Block a user