mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Removed nil check
This commit is contained in:
@@ -32,8 +32,8 @@ class Qbo < ActiveRecord::Base
|
|||||||
|
|
||||||
# Get a quickbooks base object for type
|
# Get a quickbooks base object for type
|
||||||
# @params type of base
|
# @params type of base
|
||||||
def self.get_base(type = nil)
|
def self.get_base(type)
|
||||||
Quickbooks::Base.new(first, type if type)
|
Quickbooks::Base.new(first, type)
|
||||||
end
|
end
|
||||||
|
|
||||||
# Get the QBO account
|
# Get the QBO account
|
||||||
|
|||||||
Reference in New Issue
Block a user