mirror of
https://github.com/rickbarrette/redmine_qbo_lineitems.git
synced 2026-04-02 07:01:59 -04:00
use set ID like we do with the other entities
This commit is contained in:
@@ -24,7 +24,7 @@ class ItemSyncService < SyncServiceBase
|
||||
|
||||
# Map relevant attributes from the QBO Employee to the local Employee model
|
||||
def process_attributes(local, remote)
|
||||
local.qbo_id = remote.id
|
||||
local.id = remote.id
|
||||
local.description = remote.description
|
||||
local.unit_price = remote.unit_price
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user