override balancing helper- fix double match stockit
This commit is contained in:
parent
ac8281fd98
commit
6cee5cad1a
5 changed files with 20 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
%td.closed.name
|
||||
= link_to order_article.article.name, '#', 'data-toggle-this' => "#group_order_articles_#{order_article.id}"
|
||||
%td= order_article.article.order_number
|
||||
-# :plain => true destroys deface functionality
|
||||
%td{title: units_history_line(order_article, :plain => true)}
|
||||
= order_article.units
|
||||
= pkg_helper order_article.article_price
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
%section#results
|
||||
= render 'edit_results_by_articles'
|
||||
= render 'edit_results_by_articles'
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue