foodsoft/app/views/finance/order_articles/_new.html.haml

6 lines
223 B
Plaintext
Raw Normal View History

2012-06-21 17:19:00 +02:00
%h2
Neuer gelieferter Artikel die Bestellung
= simple_form_for [:finance, @order, @order_article], remote: true do |form|
= form.input :article_id, as: :select, collection: new_order_articles_collection
2012-06-21 17:19:00 +02:00
= form.submit