finish stock_takings i18n + controller

This commit is contained in:
wvengen 2013-02-13 01:18:50 +01:00
parent 1cb933240b
commit 02f04be6e8
9 changed files with 63 additions and 42 deletions

View file

@ -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