Fixed some bugs in orders lists. Closes #3

This commit is contained in:
Benjamin Meichsner 2009-04-20 14:11:11 +02:00
parent e71cacfe50
commit 4db8184daa
5 changed files with 7 additions and 7 deletions

View file

@ -30,7 +30,7 @@ class OrdersController < ApplicationController
format.html
format.js do
render :update do |page|
page.replace_html 'orders_table', :partial => "list"
page.replace_html 'orders_table', :partial => "orders"
end
end
end