<%= _('Basic information') %> |
---|
<%= _('Enterprises') %> |
---|
<%= _('Product') %> | <%= _('Quantity') %> | <%= _('Unit price') %> |
---|---|---|
<%= short_text(product_display_name(Product.find(sale.product_id)), 110) %> | <%= sale.quantity %> | <%= float_to_currency(sale.price) %> |
<%= _('Total')%> | <%= float_to_currency(@contract.total_price) %> |