Add product info on broadband change requests

This commit is contained in:
Deon George
2021-10-08 12:18:39 +11:00
parent cc49692545
commit 17e7b47cdc
3 changed files with 62 additions and 3 deletions

View File

@@ -183,6 +183,7 @@ class ServiceController extends Controller
$o->order_info->put('change_note',$request->notes);
$o->order_info->put('change_date',$request->change_date);
$o->order_info->put('change_product_id',$request->product_id);
$o->order_status = 'CHANGE-REQUEST';
$o->save();