60826ceedc
Conflicts: app/assets/javascripts/application.js
5 lines
374 B
Text
5 lines
374 B
Text
%tr{class: if goa.result == 0 then 'unavailable' end, id: "goa_#{goa.id}"}
|
|
%td{:style => "width:70%"}= goa.group_order.ordergroup.name
|
|
%td.center= "#{goa.quantity} + #{goa.tolerance}"
|
|
%td.center.input-delta= (edit or true rescue true) ? group_order_article_edit_result(goa) : goa.result
|
|
%td.price{data: {value: goa.total_price}}= number_to_currency(goa.total_price)
|