invoice-backend

This commit is contained in:
mhmj
2019-07-18 22:25:16 +08:00
parent 6c55f95229
commit 6c532dd738
11 changed files with 46 additions and 23 deletions
+1 -1
View File
@@ -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()