Added Invoice Support

This commit is contained in:
2016-01-24 18:54:34 -05:00
parent 98b89e7875
commit 0b74f2cf52
10 changed files with 113 additions and 12 deletions

View File

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