foodsoft/app/views/deliveries/_stock_change.html.haml

9 lines
329 B
Plaintext
Raw Normal View History

%p
- fields_for "delivery[stock_change_attributes][]", stock_change do |form|
= form.hidden_field :stock_article_id
Menge
= form.text_field :quantity, :size => 5, :autocomplete => 'off'
- article = stock_change.stock_article
%b= article.name
= "(#{number_to_currency(article.price)} / #{article.unit})"