Fixed bug in ordering page.
This commit is contained in:
parent
8cb8701c60
commit
2bb4cdb9d6
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
%h2 Anderer Bestellungen
|
||||
.column_content
|
||||
%table
|
||||
- for order in @other_orders
|
||||
- for order in orders
|
||||
%tr
|
||||
%td
|
||||
= link_to_function order.name, "if (confirmSwitchOrder()) (window.location = '#{ url_for(:action => 'order', :id => order) }' )"
|
||||
|
|
Loading…
Reference in a new issue