Kaynağa Gözat

latest

master
Siti Rahayu 5 yıl önce
ebeveyn
işleme
07a0e478bf

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

@@ -634,7 +634,7 @@ class CompoundResourceController extends BaseController
$countKPD = $countKPD + 1;
} while (Compound::where("kpd", "=", 'KP'.$countKPD)->first() instanceof Compound);

$kpd = $countKPD;
$kpd = 'KP'.$countKPD;
$no_siri = date('yn').'-'.$countKPD;

$fileData = [
@@ -863,7 +863,7 @@ class CompoundResourceController extends BaseController
$countKPD = $countKPD + 1;
} while (Compound::where("kpd", "=", 'KP'.$countKPD)->first() instanceof Compound);

$kpd = $countKPD;
$kpd = 'KP'.$countKPD;
$no_siri = date('yn').'-'.$countKPD;

$fileData = [

Loading…
İptal
Kaydet