Fixes #3868 - model_number/notes in models API call

This commit is contained in:
snipe 2017-08-22 13:56:51 -07:00
parent 6310670835
commit 4ef6e292d1

View file

@ -55,7 +55,7 @@ class AssetModel extends SnipeModel
*
* @var array
*/
protected $fillable = ['name','manufacturer_id','category_id','eol', 'user_id', 'fieldset_id'];
protected $fillable = ['name','manufacturer_id','category_id','eol', 'user_id', 'fieldset_id', 'model_number', 'notes'];
public function assets()
{