Fixed bug on ordergroups account managment page.

This commit is contained in:
Benjamin Meichsner 2010-05-28 11:50:18 +02:00
parent 7067294133
commit 3a85d4f49f
2 changed files with 15 additions and 4 deletions

View file

@ -18,7 +18,8 @@
:success => "Element.hide('loader')", |
:url => {:action => 'index'}, |
:with => 'query', |
:update => 'ordergroups' |
:update => 'ordergroups', |
:method => :get |
#ordergroups
= render :partial => "ordergroups"
%br/