Simplify balancing view. Part 1 of ...
This commit is contained in:
parent
218f40eb8d
commit
467874a8a5
22 changed files with 128 additions and 170 deletions
|
|
@ -1,5 +1,5 @@
|
|||
%tr{:class => cycle('even', 'odd', :name => 'articles')}[order_article]
|
||||
= render :partial => 'order_article', :locals => {:order_article => order_article}
|
||||
= render :partial => 'finance/balancing/order_article', :locals => {:order_article => order_article}
|
||||
|
||||
%tr{:id => "group_order_articles_#{order_article.id}", :class => "results", :style => "display:none"}
|
||||
= render :partial => 'group_order_articles', :locals => {:order_article => order_article}
|
||||
= render :partial => 'finance/balancing/group_order_articles', :locals => {:order_article => order_article}
|
||||
Loading…
Add table
Add a link
Reference in a new issue