diff --git a/lib/syspro/business_objects/combrw.rb b/lib/syspro/business_objects/combrw.rb index 7370389..6ec521d 100644 --- a/lib/syspro/business_objects/combrw.rb +++ b/lib/syspro/business_objects/combrw.rb @@ -12,7 +12,7 @@ module Syspro attr_accessor :browse_name, :start_at_key, :start_condition, :return_rows, :filters, :table_name, :title, :columns - def call(user_id, raw) + def call(user_id, raw = false) xml_in = template.result(binding) params = { 'UserId' => user_id, 'XmlIn' => xml_in } resp = ComBrw.browse(params) -- libgit2 0.21.4