search for: new_total_commiss

Displaying 1 result from an estimated 1 matches for "new_total_commiss".

2006 Nov 04
0
RJS not setting form input value correctly
...sion, { :precision => 4 }) rescue nil %>" disabled="true" readonly="readonly" style="width: 50%"/> The RJS template code is as follows: page << "(''total_commission_#{@product_id}'').value=''" + number_to_currency(@new_total_commission, { :precision => 4 }).to_s + "'';" The controller code is as follows in the update_totals method which is called via the observe_field : if @comm_type == "L" @new_total_commission = @new_total_sell.to_f * @converted_rate.to_f else @new_total_commission = @...