mirror of
https://github.com/rickbarrette/redmine_qbo_lineitems.git
synced 2026-04-02 07:01:59 -04:00
Added accounts to allow for assinging income account to items, and selecting default income account. Also added item type selection
This commit is contained in:
@@ -23,6 +23,6 @@ class ItemSyncService < SyncServiceBase
|
||||
end
|
||||
|
||||
map_attribute :active, :active?
|
||||
map_attributes :description, :id, :name, :sku, :unit_price
|
||||
map_attributes :description, :id, :name, :sku, :type, :unit_price
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user