Bugs Fix Nomor STS
This commit is contained in:
@@ -172,7 +172,7 @@ class ItemSearchController extends Controller
|
||||
$no_skprd = $request->no_skprd;
|
||||
$select = DB::raw("NO_SKPRD,TGL_VALIDASI,KODE_BAS,NILAI_BAYAR,TRBAS.N_AKUN");
|
||||
$sts = Siesetpembayaran::select($select)
|
||||
->join("TRBAS","SI_ESET_PEMBAYARAN.KODE_BAS","=","TRBAS.C_AKUN")
|
||||
->join("NEWSIPKD.TRBAS","SI_ESET_PEMBAYARAN.KODE_BAS","=","TRBAS.C_AKUN")
|
||||
->where("NO_SKPRD", $no_skprd)
|
||||
->first();
|
||||
if ($sts){
|
||||
|
||||
Reference in New Issue
Block a user