mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 01:14:23 -05:00
Update issue_patch.rb
This commit is contained in:
@@ -26,6 +26,7 @@ module IssuePatch
|
|||||||
belongs_to :qbo_item, primary_key: :id
|
belongs_to :qbo_item, primary_key: :id
|
||||||
belongs_to :qbo_estimate, primary_key: :id
|
belongs_to :qbo_estimate, primary_key: :id
|
||||||
belongs_to :qbo_invoice, primary_key: :id
|
belongs_to :qbo_invoice, primary_key: :id
|
||||||
|
belongs_to :vehicle, primary_key: :id
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
@@ -41,4 +42,4 @@ module IssuePatch
|
|||||||
end
|
end
|
||||||
|
|
||||||
# Add module to Issue
|
# Add module to Issue
|
||||||
Issue.send(:include, IssuePatch)
|
Issue.send(:include, IssuePatch)
|
||||||
|
|||||||
Reference in New Issue
Block a user