Skip to content

Commit 927a12f

Browse files
mnemoniclysnipe
authored andcommitted
Fix #2985. Missed in the field rename (#3014)
1 parent dd52b48 commit 927a12f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/AssetModelsController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public function store()
145145
$model->category_id = e(Input::get('category_id'));
146146
$model->model_number = e(Input::get('model_number'));
147147
$model->user_id = Auth::user()->id;
148-
$model->note = e(Input::get('note'));
148+
$model->notes = e(Input::get('notes'));
149149
$model->eol= null;
150150

151151
if (Input::get('fieldset_id')=='') {

0 commit comments

Comments
 (0)