Update edit for notes field

This commit is contained in:
madd15
2015-03-18 16:50:15 +10:30
parent 53ab21b016
commit 161d72390b
@@ -289,6 +289,7 @@ class UsersController extends AdminController
$user->phone = Input::get('phone');
$user->location_id = Input::get('location_id');
$user->manager_id = Input::get('manager_id');
$user->notes = Input::get('notes');
if ($user->manager_id == "") {
$user->manager_id = NULL;