Displaying 2 results from an estimated 2 matches for "clientref".
Did you mean:
client_ref
2006 Jan 27
4
find.collect problem.
Hi all.
I am trying to populate a dropdown based on two values.
def self.clientref( reference )
@bugclientrefs = self.find_all(["bug_id = ?", reference]).collect {|b|
[ b.client_id.strip << " - " << b.client_ref.strip ]}
end
This works fine. However this returns the reference to the client. I
want the full name using this function.
class Bugc...
2007 Nov 02
1
1 error(s) on assignment of multiparameter attributes - Very Strange
...ake things fun, when I update the document, no problem, I can
enter any time and it saves.
Here are the values being passed, in this example, the dropofftime is
20:20.
Parameters: {"commit"=>"Create", "shipment"=>{"num_boxes2"=>"0",
"clientref"=>"23242", "AWB"=>"34556", "num_boxes3"=>"0", "weight"=>"",
"box_type1"=>"", "shipper_id"=>"3", "box_type2"=>"",
"dropofftime(1i)"=&g...