Browse Source

edit getting installer_id

hajar
Siti Hajar Ibrahim 5 years ago
parent
commit
b713afdf63
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/Http/Controllers/Api/DocketMobile.php

+ 1
- 1
app/Http/Controllers/Api/DocketMobile.php View File

} while (Docket::where("docket_id", "=", $do)->first() instanceof Docket); } while (Docket::where("docket_id", "=", $do)->first() instanceof Docket);


$signature = '/'.$destinationPath.'/signature_docket.png'; $signature = '/'.$destinationPath.'/signature_docket.png';
$this->dispatch(new StoreDocket($request->all(), $do, $wo->nature_work, $loginUser->_id, $signature));
$this->dispatch(new StoreDocket($request->all(), $do, $wo->nature_work, $wo->installer_id, $signature));


// $docket = new Docket(); // $docket = new Docket();
// $docket->work_order_id = $request->wo; // $docket->work_order_id = $request->wo;

Loading…
Cancel
Save