finish stockit i18n + controllers + model

This commit is contained in:
wvengen 2013-02-11 11:19:26 +01:00
parent 0065c44b74
commit a0a974b9ce
8 changed files with 79 additions and 34 deletions

View file

@ -9,9 +9,8 @@
= f.input :tax
= f.input :deposit
- else
= f.input :price, :input_html => {:disabled => 'disabled'},
:hint => "Um Chaos zu vermeiden können bis auf weiteres die Preise von angelegten Lagerartikeln nicht mehr verändert werden."
= f.input :price, :input_html => {:disabled => 'disabled'}, :hint => t('.form.price_hint')
= f.association :article_category
.form-actions
= f.submit class: 'btn'
= link_to "oder abbrechen", stock_articles_path
= link_to t('.cancel'), stock_articles_path