add duit pelanggan

This commit is contained in:
Hafifie PKB
2023-12-02 23:55:24 +08:00
parent 096025bcbc
commit b8b225a78e
5 changed files with 43 additions and 4 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ class Transaction extends Model
* @var array
*/
protected $fillable = [
'trans_type','norujukan','nokp','teller','kodcaw','duit_masuk','duit_keluar','created_at','bakiharga','nowakil'
'trans_type','norujukan','nokp','teller','kodcaw','duit_masuk','duit_keluar','created_at','bakiharga','nowakil','duitpelanggan','bakipelanggan'
];
/**