Fixed bug in ordering page.

This commit is contained in:
Benjamin Meichsner 2009-02-12 14:35:29 +01:00
parent 8cb8701c60
commit 2bb4cdb9d6

View file

@ -41,7 +41,7 @@
%h2 Anderer Bestellungen %h2 Anderer Bestellungen
.column_content .column_content
%table %table
- for order in @other_orders - for order in orders
%tr %tr
%td %td
= link_to_function order.name, "if (confirmSwitchOrder()) (window.location = '#{ url_for(:action => 'order', :id => order) }' )" = link_to_function order.name, "if (confirmSwitchOrder()) (window.location = '#{ url_for(:action => 'order', :id => order) }' )"