@@ -246,7 +246,7 @@ class OnePercentService
|
||||
$akru = AkruNetPecahan::on($caw['mysql'])->where('tahun',$request->year)->orderBy('bulan')->orderBy('tahun')->get()->toArray();
|
||||
for($i=0;$i<=11;$i++){
|
||||
$array_akru = array_filter($akru,function($e) use($i){
|
||||
return $i == $e['bulan'];
|
||||
return ($i+1) == $e['bulan'];
|
||||
});
|
||||
|
||||
if(!empty($array_akru)){
|
||||
|
||||
Reference in New Issue
Block a user