lib/intacctrb/employee.rb in intacctrb-0.9.5 vs lib/intacctrb/employee.rb in intacctrb-0.9.6

- old
+ new

@@ -90,10 +90,10 @@ :termname ] if fields.empty? response = send_xml('get_list') do |xml| xml.function(controlid: "f4") { - xml.get_list(object: "employee", maxitems: "10", showprivate:"false") { + xml.get_list(object: "employee", maxitems: "2000", showprivate:"false") { # xml.fields { # fields.each do |field| # xml.field field.to_s # end # }