diff --git a/app/Http/Controllers/AssetModelsController.php b/app/Http/Controllers/AssetModelsController.php index 58d9cc8b4..e4cec1fcc 100755 --- a/app/Http/Controllers/AssetModelsController.php +++ b/app/Http/Controllers/AssetModelsController.php @@ -145,7 +145,7 @@ class AssetModelsController extends Controller $model->category_id = e(Input::get('category_id')); $model->model_number = e(Input::get('model_number')); $model->user_id = Auth::user()->id; - $model->note = e(Input::get('note')); + $model->notes = e(Input::get('notes')); $model->eol= null; if (Input::get('fieldset_id')=='') { diff --git a/storage/app/.gitignore b/storage/app/.gitignore old mode 100644 new mode 100755 diff --git a/storage/app/backups/.gitignore b/storage/app/backups/.gitignore old mode 100644 new mode 100755 diff --git a/storage/debugbar/.gitignore b/storage/debugbar/.gitignore old mode 100644 new mode 100755 diff --git a/storage/framework/.gitignore b/storage/framework/.gitignore old mode 100644 new mode 100755 diff --git a/storage/framework/cache/.gitignore b/storage/framework/cache/.gitignore old mode 100644 new mode 100755 diff --git a/storage/framework/sessions/.gitignore b/storage/framework/sessions/.gitignore old mode 100644 new mode 100755 diff --git a/storage/framework/views/.gitignore b/storage/framework/views/.gitignore old mode 100644 new mode 100755 diff --git a/storage/logs/.gitignore b/storage/logs/.gitignore old mode 100644 new mode 100755 diff --git a/storage/private_uploads/assetmodels/.gitignore b/storage/private_uploads/assetmodels/.gitignore old mode 100644 new mode 100755 diff --git a/storage/private_uploads/assets/.gitignore b/storage/private_uploads/assets/.gitignore old mode 100644 new mode 100755 diff --git a/storage/private_uploads/imports/.gitignore b/storage/private_uploads/imports/.gitignore old mode 100644 new mode 100755 diff --git a/storage/private_uploads/licenses/.gitignore b/storage/private_uploads/licenses/.gitignore old mode 100644 new mode 100755 diff --git a/storage/private_uploads/users/.gitkeep b/storage/private_uploads/users/.gitkeep old mode 100644 new mode 100755