finish stock_takings i18n + controller
This commit is contained in:
parent
1cb933240b
commit
02f04be6e8
9 changed files with 63 additions and 42 deletions
|
|
@ -11,11 +11,11 @@ class StockTakingsController < ApplicationController
|
|||
end
|
||||
|
||||
def create
|
||||
create!(:notice => I18n.t('stockit.stock_taking_create.notice'))
|
||||
create!(:notice => I18n.t('stock_takings.create.notice'))
|
||||
end
|
||||
|
||||
def update
|
||||
update!(:notice => I18n.t('stockit.stock_taking_update.notice'))
|
||||
update!(:notice => I18n.t('stock_takings.update.notice'))
|
||||
end
|
||||
|
||||
def fill_new_stock_article_form
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue