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