%= javascript_include_tag 'custom', 'data-turbolinks-track': 'reload' %> <% if @booking.nil?%>
| # | Items | Qty | Price |
|---|---|---|---|
| <%= count %> | <%=sale_item.product_name%>@<%=number_with_precision( sale_item.unit_price, precision: precision.to_i )%> | <%=sale_item.qty%> | <%=(number_with_precision(sale_item.price, precision: precision.to_i ))%> |