Fix StockArticle creation during delivery; small cleanups
This commit is contained in:
parent
ad29a238f2
commit
e28f3eda65
10 changed files with 66 additions and 44 deletions
|
|
@ -103,6 +103,7 @@ Foodsoft::Application.routes.draw do
|
|||
|
||||
resources :deliveries do
|
||||
post :drop_stock_change, :on => :member
|
||||
get :new_stock_article, :on => :collection
|
||||
post :add_stock_article, :on => :collection
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue