# <%= hidden_field_tag 'include_tax', pre_sale.product.include_sale_tax %> <%= pre_sale.product.sku %> <%= pre_sale.product.name %>
<%= pre_sale.product.display_attributes %> <%= pre_sale.unit_price %> <%= pre_sale.tax %> <%= pre_sale.discount %> <%= pre_sale.total %> <% if pre_sale.haggle == 0 %> <%= link_to add_sale_haggle_path(pre_sale), :remote => true, :class => "btn btn-icon-only btn-primary hagglebutton", :title=>"Agregar regate" do %> <% end %> <% end %>