First part of stock-integratino. Orders with supplier_id == 0 become stockorders.
This commit is contained in:
parent
251ced4fa1
commit
1912a3fd80
30 changed files with 112 additions and 95 deletions
|
|
@ -1,7 +1,7 @@
|
|||
- title _("New order")
|
||||
- title "Neue Bestellung anlegen"
|
||||
|
||||
- form_for @order do |form|
|
||||
= render :partial => 'form', :locals => { :form => form }
|
||||
= submit_tag _("Put the order online")
|
||||
= submit_tag "Bestellung online stellen"
|
||||
|
|
||||
= link_to "Abbrechen", orders_path
|
||||
Loading…
Add table
Add a link
Reference in a new issue