Browse Source

edit work order reschedule

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

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

$wod = WorkOrder::where('wo',$request->wo)->first(); $wod = WorkOrder::where('wo',$request->wo)->first();
$form = Form::where('_id',$wod->_id)->first(); $form = Form::where('_id',$wod->_id)->first();
$installer = Staff::with('StaffDetail')->where('_id',$wod->installer_id)->first(); $installer = Staff::with('StaffDetail')->where('_id',$wod->installer_id)->first();
info('WORechedule ' . $installer->_id);


if(!empty($wod)){ if(!empty($wod)){



Loading…
Cancel
Save