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

6 lines
223 B
Plaintext

%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
= form.submit