search for: invoice_address_id

Displaying 2 results from an estimated 2 matches for "invoice_address_id".

2006 Jul 20
0
Getting joined collections on a form
...ffect :highlight customer.rhtml <%= collection_select(:invoice, :address_id, @addresses, :id, :street, {:include_blank => true}, { :onchange => remote_function(:url => { :action => "get_address"}, :with => "''invoice_address_id=''+ $F(''invoice_address_id'')") }) %> 3) Next a similar pattern occurs for addresses... Back we go to the controller with the action get_address and then render address.rjs and then address.rhtml. It''s annoying because I have other values to g...
2006 Jul 21
0
Selecting customers and addresses in a form (was Getting joined collections on a form)
...ect :highlight customer.rhtml <%= collection_select(: invoice, :address_id, @addresses, :id, :street, {:include_blank => true}, { :onchange => remote_function(:url => { :action => "get_address"}, :with => "'' invoice_address_id=''+ $F(''invoice _address_id'')") }) %> 3) Next a similar pattern occurs for addresses... Back we go to the controller with the action get_address and then render address.rjs and then address.rhtml . It''s annoying because I have other values to...