No STS Datatable detail realisasi pendapatan

This commit is contained in:
izuddin
2025-09-15 13:53:30 +07:00
parent b85903183b
commit c9944b2d3b
4 changed files with 23 additions and 3 deletions
@@ -138,7 +138,7 @@ class RealisasiPendapatanController extends Controller
$src = isset($post["search"]["value"]) ? strtolower($post["search"]["value"]):"";
$dataFilter=0;
$data = PendapatanRealisasi::where("tahun",$ta)->orderBy("SIMTRAD4_TGL_SP2D_BUN","DESC");
$data = PendapatanRealisasi::with("listSts")->where("tahun",$ta)->orderBy("SIMTRAD4_TGL_SP2D_BUN","DESC");
if (!empty($sps))
{
$data->where("kode_rekening_sps",$sps);