search for: bonificacion_form

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

2007 Dec 06
0
Stange behaviour with internet explorer
....insert_html :bottom, :bonificaciones, :partial =>''bonificacion'', :object => Bonificacion.new end %> The :partial''s code: <tr class="bonificacion"> <% fields_for "convenio[bonificaciones_attributes] []",bonificacion do |bonificacion_form| %> <td><%= bonificacion_form.collection_select :marca_id,@marcas, :alternate_id, :valor %></td> <td><%= bonificacion_form.text_field :porcentaje %></td> <td><%= bonificacion_form.text_field :objetivo_mensual %></td>...