mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Added Invoice Support
This commit is contained in:
@@ -24,6 +24,7 @@ module IssuePatch
|
||||
belongs_to :qbo_customer, primary_key: :id
|
||||
belongs_to :qbo_item, primary_key: :id
|
||||
belongs_to :qbo_estimate, primary_key: :id
|
||||
belongs_to :qbo_invoice, primary_key: :id
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user