search for: total_commission_3407

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

2006 Nov 04
0
RJS not setting form input value correctly
...ed_rate.to_f else @new_total_commission = @new_total_weight.to_f * @converted_rate.to_f end Outputting debug to the log file shows that the @new_total_commission is being set correctly. The debug information in the browser window for the RJS "trick" produces the following: (''total_commission_3407'').value=''$210.0000''; As I have stated, there are SEVERAL of these readonly/disabled fields and ALL of them are updated EXCEPT this one form field. I have yet to understand what could be causing this one field to be left out of the update party. If anyone has any type of...