mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-04 19:35:39 +00:00
Fixed #10284: Added mobile phone to users
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
@ -52,6 +52,7 @@ class UserImporter extends ItemImporter
|
||||
$this->item['email'] = trim($this->findCsvMatch($row, 'email'));
|
||||
$this->item['gravatar'] = trim($this->findCsvMatch($row, 'gravatar'));
|
||||
$this->item['phone'] = trim($this->findCsvMatch($row, 'phone_number'));
|
||||
$this->item['mobile'] = trim($this->findCsvMatch($row, 'mobile_number'));
|
||||
$this->item['website'] = trim($this->findCsvMatch($row, 'website'));
|
||||
$this->item['jobtitle'] = trim($this->findCsvMatch($row, 'jobtitle'));
|
||||
$this->item['address'] = trim($this->findCsvMatch($row, 'address'));
|
||||
|
||||
Reference in New Issue
Block a user