mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-21 13:24:27 +00:00
service_charge fillable in booking model
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ class Booking extends Model
|
||||
"usd_book_bank_branch");
|
||||
|
||||
protected $fillable = ['id', 'term', 'rate_id', 'user_id', 'amount', 'account_name', 'account_num', 'bank_name',
|
||||
'bank_branch', 'company_name'];
|
||||
'bank_branch', 'company_name', 'service_charge'];
|
||||
|
||||
public $timestamps = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user