mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2026-04-02 08:21:57 -04:00
Updated attribute mapping
This commit is contained in:
@@ -22,6 +22,6 @@ class EmployeeSyncService < SyncServiceBase
|
||||
!remote.active?
|
||||
end
|
||||
|
||||
map_attribute :name, ->(remote) { remote.display_name }
|
||||
map_attribute :name, :display_name
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user