commit for imbangduga kota bharu 2 which is 64 not balance

This commit is contained in:
hafifierahman
2025-02-24 21:23:16 +08:00
parent 7b5a05e475
commit 973cb4a8af
+4 -1
View File
@@ -3733,7 +3733,10 @@ class AdminPageController extends Controller
$total = ($utgrugilama + $lelong + $upahsimpantebus + $upahsimpanlelong + $upahsimpanansur + $gstcajlelong + $keuntungansebenar + $upahsimpankeuntungansebelumtawarruq + $available_akru + $total_keuntungan_sebenar + $akru_ujrah + $akru_1percent) + $parameter;
if($kodcaw == '011229')
$total -= 45390.37;
$total -= 45390.37;
if($kodcaw == 'KB2')
$total -= 64.8;
return response()->json($total,200);
}