Ver código fonte

edit work order reschedule

ifah
Siti Hajar Ibrahim 5 anos atrás
pai
commit
aa98118034

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

@@ -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)){


Carregando…
Cancelar
Salvar