Add missing changes for the stock order
This commit is contained in:
parent
42eb6c8509
commit
5c56ae6775
4 changed files with 4 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
%tr{class: if goa.result == 0 then 'unavailable' end, id: "goa_#{goa.id}"}
|
||||
%td{:style => "width:70%"}= goa.group_order.ordergroup.name
|
||||
%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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue