Explorar el Código

edit flag check error in WO Contractor

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

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

@@ -707,7 +707,7 @@ class WorkOrderController extends Controller
$wod = WorkOrder::where('wo',$request->wo)->first();
$form = Form::where('_id',$wod->_id)->first();
$installer = Staff::with('StaffDetail')->where('_id',$wod->installer_id)->first();
info('installer ' . $installer);
info('installer ' . $wod->installer_id);

if(!empty($wod)){


Cargando…
Cancelar
Guardar