Browse Source

latest

master
Siti Rahayu 4 years ago
parent
commit
07a0e478bf
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      app/Http/Controllers/Api/CompoundResourceController.php

+ 2
- 2
app/Http/Controllers/Api/CompoundResourceController.php View File

$countKPD = $countKPD + 1; $countKPD = $countKPD + 1;
} while (Compound::where("kpd", "=", 'KP'.$countKPD)->first() instanceof Compound); } while (Compound::where("kpd", "=", 'KP'.$countKPD)->first() instanceof Compound);


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


$fileData = [ $fileData = [
$countKPD = $countKPD + 1; $countKPD = $countKPD + 1;
} while (Compound::where("kpd", "=", 'KP'.$countKPD)->first() instanceof Compound); } while (Compound::where("kpd", "=", 'KP'.$countKPD)->first() instanceof Compound);


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


$fileData = [ $fileData = [

Loading…
Cancel
Save