Remove broken sort-by-price; comment redundancy of stock_change template

This commit is contained in:
Julius 2013-06-13 23:51:37 +02:00
parent 65f61e09d5
commit 3a48d1576f
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,6 @@
-# see also the partial 'form' which is used for existing stock_changes when loading the edit!
-# see also the partial 'form' which is used for existing stock_changes when loading the edit!
-# see also the partial 'form' which is used for existing stock_changes when loading the edit!
= fields_for "delivery[new_stock_changes][]", stock_change, validate: true do |f|
- f.object.quantity = '' if 0 == f.object.quantity
%tr{:id => "stock_change_stock_article_#{stock_change.stock_article.id}", :data => {:id => stock_change.stock_article.id}}