fix typo
This commit is contained in:
parent
20533a5163
commit
cb2c724abd
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class StockArticle < Article
|
|||
protected
|
||||
|
||||
def check_quantity
|
||||
raise I18n.t('stockit.check.not_empty'), :name => name) unless quantity == 0
|
||||
raise I18n.t('stockit.check.not_empty', :name => name) unless quantity == 0
|
||||
end
|
||||
|
||||
# Overwrite Price history of Article. For StockArticles isn't it necessary.
|
||||
|
|
Loading…
Reference in a new issue