edit aliran tunai
This commit is contained in:
@@ -489,7 +489,7 @@ class AliranTunaiController extends Controller
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
$jumlahBulan_ini_Upah=0.0;
|
||||
$get_GlejerBulan_Tahun_Upah=Http::get(config('api.url').'/api/getLejerMonthYear/'.$auth_user['cawangan'],['glcode'=>$KOD_Upah])->json();
|
||||
|
||||
@@ -502,6 +502,7 @@ class AliranTunaiController extends Controller
|
||||
$jumlahBulan_ini_Upah=$get_GlejerBulan_Tahun_Upah[0]['jumlah']; //try mcm tadi
|
||||
$jumlahBulan_ini_Upah=$jumlah_Upah-$jumlahBulan_ini_Upah;
|
||||
|
||||
|
||||
}//end bulan tahun
|
||||
$Jumlah_TahunIni_Upah=0.0;
|
||||
$get_Glejer_Tahun_Upah=Http::get(config('api.url').'/api/getLejerYear/'.$auth_user['cawangan'],['glcode'=>$KOD_Upah])->json();
|
||||
|
||||
Reference in New Issue
Block a user