fix lejer

This commit is contained in:
MUHD HAFIFIE
2021-04-15 09:19:27 +08:00
4 changed files with 209 additions and 179 deletions
@@ -492,7 +492,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();
@@ -505,6 +505,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();