mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 08:54:23 -05:00
Update qbo_customer.rb
This commit is contained in:
@@ -18,7 +18,7 @@ class QboCustomer < ActiveRecord::Base
|
|||||||
|
|
||||||
after_initialize :get_details
|
after_initialize :get_details
|
||||||
|
|
||||||
self.primary_key = "id"
|
self.primary_key = :id
|
||||||
|
|
||||||
def active?
|
def active?
|
||||||
@details.active?
|
@details.active?
|
||||||
|
|||||||
Reference in New Issue
Block a user