2014-01-23 16:17:16 +01:00
|
|
|
%tr{class: [cycle('even', 'odd', :name => 'articles'), if goa.result == 0 then 'unavailable' end], id: "goa_#{goa.id}"}
|
|
|
|
%td.name= goa.order_article.article.name
|
|
|
|
%td= goa.order_article.article.unit
|
|
|
|
%td.center= "#{goa.quantity} + #{goa.tolerance}"
|
2020-03-23 12:16:34 +01:00
|
|
|
%td.center.input-delta= group_order_article_edit_result(goa)
|
2014-01-23 16:17:16 +01:00
|
|
|
%td.symbol ×
|
|
|
|
%td= number_to_currency(goa.order_article.price.fc_price)
|
|
|
|
%td.symbol =
|
|
|
|
%td.price{data: {value: goa.total_price}}= number_to_currency(goa.total_price)
|
|
|
|
%td= pkg_helper goa.order_article.price
|