Kaynağa Gözat

notis

master
Siti Rahayu 4 yıl önce
ebeveyn
işleme
bd9794ddfe

+ 2
- 3
app/Http/Controllers/Api/CompoundResourceController.php Dosyayı Görüntüle

@@ -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…
İptal
Kaydet