Fixes #3854 - more fillable fields for supplier API
This commit is contained in:
parent
31516abef9
commit
d5cadeab1a
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class Supplier extends SnipeModel
|
|||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $fillable = ['name'];
|
||||
protected $fillable = ['name','address','address2','city','state','country','zip','phone','fax','email','contact','url','notes'];
|
||||
|
||||
|
||||
// Eager load counts.
|
||||
|
|
Loading…
Add table
Reference in a new issue