3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-06 11:05:42 +00:00
This commit is contained in:
snipe
2016-10-12 12:50:30 -07:00
parent 8f4e016c01
commit 2350c1c15c
2 changed files with 3 additions and 3 deletions

View File

@ -814,7 +814,7 @@ class UsersController extends Controller
'phone' => trim(e($row[5])),
'jobtitle' => trim(e($row[6])),
'employee_num' => trim(e($row[7])),
//'company_id' => Company::getIdForUser($row[8]),
'company_id' => Company::getIdForUser($row[8]),
'permissions' => '{"user":1}',
'notes' => 'Imported user'
);