use set ID like we do with the other entities

This commit is contained in:
2026-03-08 15:04:31 -04:00
parent 60fb4e197c
commit 88b452b889
3 changed files with 4 additions and 4 deletions

View File

@@ -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