|
<%= collection_select 'tabela_preco_item', 'produto_id', @produtos, :id, :nome, {:include_blank => true} %>
<%= hidden_field 'tabela_preco_item', "tabela_preco_id", :value => @tabela_preco.id %>
|
<%= check_box 'tabela_preco_item', 'habilitado', :checked => true %> Habilitado?
|
| <%= collection_select 'tabela_preco_item', "unidade_medida_id", @unidades, :id, :descricao, {:include_blank => true} %>
|
<%= text_field 'tabela_preco_item', "preco", :size => 14, :maxlength => 14, :onKeyUp => "formataValor(this)" %> reais
|