mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-13 06:47:46 -08:00
Added manager ID to fillable fields in Location model
This should enable the API to update manager ID
This commit is contained in:
parent
827295a989
commit
b903ca05f7
|
@ -56,6 +56,7 @@ class Location extends SnipeModel
|
||||||
'country',
|
'country',
|
||||||
'zip',
|
'zip',
|
||||||
'ldap_ou',
|
'ldap_ou',
|
||||||
|
'manager_id',
|
||||||
'currency',
|
'currency',
|
||||||
'image',
|
'image',
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue