mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-31 02:13:57 +00:00
invoice-backend
This commit is contained in:
@@ -7,7 +7,7 @@ class Forwarder extends AbstractModel
|
||||
protected $table = 'forwarder';
|
||||
|
||||
protected $fillable = [
|
||||
'name', 'email', 'street_one', 'street_two', 'city', 'state', 'post_code', 'country', 'shipping_rate','overdue_days','markup_percentage'
|
||||
'name', 'email', 'street_one', 'street_two', 'city', 'state', 'post_code', 'country', 'shipping_rate','overdue_days','markup_percentage','minimum_cbm'
|
||||
];
|
||||
|
||||
public function customerRelation()
|
||||
|
||||
Reference in New Issue
Block a user