2014-01-23 16:17:16 +01:00
|
|
|
%tr{class: if goa.result == 0 then 'unavailable' end, id: "goa_#{goa.id}"}
|
2016-03-11 22:52:49 +01:00
|
|
|
%td{:style => "width:70%"}= goa.group_order.ordergroup_name
|
2014-01-23 16:17:16 +01:00
|
|
|
%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)
|