Added status ORDERED

This commit is contained in:
Deon George
2019-01-24 21:55:43 +11:00
parent d0fb3f643e
commit 73ff8ae980
3 changed files with 7 additions and 2 deletions

View File

@@ -29,6 +29,7 @@
@break
@case('ORDER-SENT')
@case('ORDERED')
@include('a.widgets.service.order.sent')
@break
@@ -52,6 +53,7 @@
@break;
@case('ORDER-SENT')
@case('ORDERED')
<button type="submit" class="btn btn-info btn-danger" name="action" value="update_reference">Update</button>
@break;