Siti Rahayu 4 vuotta sitten
vanhempi
commit
bd9794ddfe
1 muutettua tiedostoa jossa 2 lisäystä ja 3 poistoa
  1. 2
    3
      app/Http/Controllers/Api/CompoundResourceController.php

+ 2
- 3
app/Http/Controllers/Api/CompoundResourceController.php Näytä tiedosto

@@ -925,7 +925,7 @@ class CompoundResourceController extends BaseController
"no_telefon" => $request->tel,
"no_akaun_lesen" => $request->lesen,
"maklumat_tambahan" => '-',
"tindakan" => $request->tindakan,
// "tindakan" => $request->tindakan,
"tempoh" => $request->tempoh,
"created_n" => Carbon::now()->toDateTimeString(),
];
@@ -1017,9 +1017,8 @@ class CompoundResourceController extends BaseController
"no_telefon" => $request->tel,
"no_akaun_lesen" => $request->lesen,
"maklumat_tambahan" => '-',
"tindakan" => $request->tindakan,
// "tindakan" => $request->tindakan,
"tempoh" => $request->tempoh,
"bil_haiwan" => $request->bil_haiwan,
"created_n" => Carbon::now()->toDateTimeString(),
];
}

Loading…
Peruuta
Tallenna