9eb2125f15
OrderResult tables are removed. Data consistency is now possible through new article.price-history (ArticlePrice). Balancing-workflow needs to be updated.
7 lines
No EOL
193 B
Text
7 lines
No EOL
193 B
Text
- title _("New order")
|
|
|
|
- form_for @order do |form|
|
|
= render :partial => 'form', :locals => { :form => form }
|
|
= submit_tag _("Put the order online")
|
|
|
|
|
= link_to "Abbrechen", orders_path |