lib/sugarcrm/connection/api/get_entries.rb in sugarcrm-0.7.9 vs lib/sugarcrm/connection/api/get_entries.rb in sugarcrm-0.8.0
- old
+ new
@@ -1,10 +1,11 @@
module SugarCRM; class Connection
# Retrieve a list of SugarBeans by ID. This method will not
# work with the report module.
def get_entries(module_name, ids, opts={})
login! unless logged_in?
- options = { :fields => [],
+ options = {
+ :fields => [],
:link_fields => [],
}.merge! opts
json = <<-EOF
{
\ No newline at end of file