mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Update issue_patch.rb
This commit is contained in:
@@ -23,6 +23,7 @@ module IssuePatch
|
|||||||
base.class_eval do
|
base.class_eval do
|
||||||
unloadable # Send unloadable so it will not be unloaded in development
|
unloadable # Send unloadable so it will not be unloaded in development
|
||||||
belongs_to :customer, primary_key: :id
|
belongs_to :customer, primary_key: :id
|
||||||
|
belongs_to :customer_token, primary_key: :id
|
||||||
belongs_to :qbo_estimate, primary_key: :id
|
belongs_to :qbo_estimate, primary_key: :id
|
||||||
has_and_belongs_to_many :qbo_invoices
|
has_and_belongs_to_many :qbo_invoices
|
||||||
#, :association_foreign_key => 'issue_id', :class_name => 'Issue', :join_table => 'issues_qbo_invoices'
|
#, :association_foreign_key => 'issue_id', :class_name => 'Issue', :join_table => 'issues_qbo_invoices'
|
||||||
|
|||||||
Reference in New Issue
Block a user