Revert 099e2b9b06
This commit is contained in:
parent
8f15cfb446
commit
5dc3fc30ad
12 changed files with 33 additions and 215 deletions
|
|
@ -3,7 +3,6 @@ class StockitController < ApplicationController
|
|||
def index
|
||||
@stock_articles = StockArticle.includes(:supplier, :article_category).
|
||||
order('suppliers.name, article_categories.name, articles.name')
|
||||
@stock_article_selection = StockArticleSelection.new
|
||||
end
|
||||
|
||||
def new
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue