Fix ordering product issues by reverting emberization of product ordering
This commit is contained in:
@@ -3,14 +3,14 @@ if product_orders
|
||||
a.tiny.button.right{action clearProductOrders} href="#" x
|
||||
h4
|
||||
= t 'models.table'
|
||||
|
|
||||
|
|
||||
= number
|
||||
.panel
|
||||
ul.product-orders
|
||||
each product_order in product_orders
|
||||
li
|
||||
= product_order.quantity
|
||||
| x
|
||||
| x
|
||||
= product_order.product.name
|
||||
span.currency=currency product_order.total
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user