Some cosmetic updates for orders

This commit is contained in:
Deon George
2019-01-24 21:49:56 +11:00
parent 8402e4fcb6
commit d0fb3f643e
8 changed files with 65 additions and 61 deletions

View File

@@ -23,6 +23,7 @@
@switch($o->order_status)
@case('ORDER-SUBMIT')
@case('ORDER-SENT')
@case('ORDER-HOLD')
@include('u.widgets.service.order.sent')
@break