mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Update qbo_employee.rb
This commit is contained in:
@@ -15,7 +15,7 @@ class QboEmployee < ActiveRecord::Base
|
||||
validates_presence_of :id, :name
|
||||
|
||||
def self.get_base
|
||||
Quickbooks::Base.new(Qbo.get_account, :employee)
|
||||
Qbo.get_base(:employee)
|
||||
end
|
||||
|
||||
def self.update_all
|
||||
@@ -27,4 +27,4 @@ class QboEmployee < ActiveRecord::Base
|
||||
qbo_employee.save!
|
||||
}
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user