%= render :partial => "consulta" %>
| Descrição | Desc. Máx. | Antecipado | <%= render :partial => "layouts/nome_colunas_edit", :locals => {:controller => 'forma_pagamentos'} %>
|---|---|---|
| <%= link_to forma_pagamento.descricao, forma_pagamento %> | <%= h number_to_percentage(forma_pagamento.desconto_maximo, {:precision => 2, :separator => ","}) %> | <%= h getItemLista(FormaPagamento::NAO_SIM_BOOL, forma_pagamento.antecipado) %> | <%= render :partial => 'layouts/colunas_edit', :locals => {:objeto => forma_pagamento, :edit => edit_forma_pagamento_path(forma_pagamento), :controller => 'forma_pagamentos'} %>