Explorar el Código

edit work order reschedule

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

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

@@ -707,7 +707,6 @@ 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('WORechedule ' . $installer->_id);

if(!empty($wod)){


Cargando…
Cancelar
Guardar