This commit is contained in:
Pusdatin BPKD Jkt
2022-10-13 14:41:28 +07:00
parent e57a12ad5b
commit a1c2d2427c
@@ -574,7 +574,8 @@ class RealisasiBelanjaController extends Controller
AND y.I_IDOPD = '".$detailRSK["i_idopd"]."'
GROUP BY I_IDSPD
) b
ON a.I_ID = b.I_IDSPD"
ON a.I_ID = b.I_IDSPD
WHERE a.C_ANGG_TAHUN = ".getTA()
));
$redirect = URL::to($req["redirect"]);