Browse Source

add api dealer claim

ifah
Siti Hajar Ibrahim 5 years ago
parent
commit
10a64ad5ea
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/Http/Controllers/Api/FormController.php

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

@@ -259,7 +259,7 @@ class FormController extends BaseController
}
if(!empty($f->docket)){
$docket = Docket::where('docket_id',$f->docket)->find();
$docket = Docket::where('docket_id',$f->docket)->get();
foreach($docket as $d) {
$service = $d->nature_work;
$rating = $d->Rating1;

Loading…
Cancel
Save