Browse Source

Add package contract in ClaimedController

ifah
Siti Hajar Ibrahim 5 years ago
parent
commit
8d4a4f393b
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      app/Http/Controllers/Api/ClaimedController.php

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

"Completion Date" => $f->activated_dt, "Completion Date" => $f->activated_dt,
"Form Type" => $f->formT, "Form Type" => $f->formT,
"Package"=> $f->package, "Package"=> $f->package,
"Package Contract" => $f->contract,
"WO No" => $f->wo, "WO No" => $f->wo,
"DO No" => $f->docket, "DO No" => $f->docket,
"Service Type" => $service, "Service Type" => $service,

Loading…
Cancel
Save