Maintenance dan bugs Fix

This commit is contained in:
Pusdatin BPKD Jkt
2022-07-28 11:36:37 +07:00
parent cf2a0ffdba
commit 919cd46b34
13 changed files with 396 additions and 336 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ class DbhPendapatanRealisasi extends Eloquent
protected $connection = 'Samasa';
protected $table = 'SAMASA.dbh_pendapatan_realisasi';
protected $fillable = [
'tahun','simtrad4_uraian','simtrad4_kotor','simtrad4_potongan','simtrad4_bersih','simtrad4_sp2d_bun',
'tahun','simtrad4_uraian','simtrad4_kotor','simtrad4_potongan','simtrad4_bersih','simtrad4_tgl_sp2d_bun','simtrad4_sp2d_bun',
'rkud_tgl','rkud_no_sts','rkud_kode_akun','rkud_nama_akun','rkud_jumlah','id_sps','kode_rekening_sps','nama_rekening_sps'
];