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
199 B
Text
7 lines
No EOL
199 B
Text
- title _("Edit order")
|
|
|
|
- form_for @order do |form|
|
|
= render :partial => 'form', :locals => { :form => form }
|
|
= submit_tag _("Save")
|
|
|
|
|
= link_to _("Cancel"), :action => 'show', :id => @order |