Explorar el Código

undo info

ifah
Siti Hajar Ibrahim hace 5 años
padre
commit
29ab850881
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      app/Http/Controllers/CustomerService/WorkOrderController.php

+ 0
- 1
app/Http/Controllers/CustomerService/WorkOrderController.php Ver fichero

@@ -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();

Cargando…
Cancelar
Guardar