Explorar el Código

add api dealer claim

ifah
Siti Hajar Ibrahim hace 5 años
padre
commit
10a64ad5ea
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      app/Http/Controllers/Api/FormController.php

+ 1
- 1
app/Http/Controllers/Api/FormController.php Ver fichero

@@ -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;

Cargando…
Cancelar
Guardar