Reference field in Vendors/Customers

This commit is contained in:
Batuhan Baş
2018-09-26 18:05:54 +03:00
parent 5cc1c03b25
commit f1eafda755
10 changed files with 83 additions and 2 deletions

View File

@ -18,7 +18,7 @@ class Vendor extends Model
*
* @var array
*/
protected $fillable = ['company_id', 'name', 'email', 'tax_number', 'phone', 'address', 'website', 'currency_code', 'enabled'];
protected $fillable = ['company_id', 'name', 'email', 'tax_number', 'phone', 'address', 'website', 'currency_code', 'reference', 'enabled'];
/**
* Sortable columns.