add missing i18n
This commit is contained in:
parent
bbcad49831
commit
a9dff7f1df
7 changed files with 10 additions and 6 deletions
|
|
@ -11,7 +11,7 @@
|
|||
= f.input :unit
|
||||
|
||||
- if @order_article.article.is_a?(StockArticle)
|
||||
%div.alert Preise von Lagerartikeln können nicht geändert werden!
|
||||
%div.alert= t '.stock_alert'
|
||||
- else
|
||||
= simple_fields_for :article_price, @order_article.article_price do |f|
|
||||
= f.input :unit_quantity
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue