Browse Source

undo info

ifah
Siti Hajar Ibrahim 5 years ago
parent
commit
29ab850881
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      app/Http/Controllers/CustomerService/WorkOrderController.php

+ 0
- 1
app/Http/Controllers/CustomerService/WorkOrderController.php View File

@@ -248,7 +248,6 @@ class WorkOrderController extends Controller
}

$installer = '';
info($w->Form->_id);
$form = Form::with('Subscriber','PackageDetail')->where('_id',$w->Form->_id)->first();
$product = Product::where('speed',$form->PackageDetail->name)->where('formT',$w->Form->type_application)->first();
$company = Company::where('_id',$w->contractor_id)->first();

Loading…
Cancel
Save