Smaller fix to ajax content update
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Sun, 6 Jul 2008 21:14:27 +0000 (21:14 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Sun, 6 Jul 2008 21:14:27 +0000 (21:14 +0000)
sales/manage/customers.php

index 8f1eccb88192bd59ff9cda74fd4694e2242c9169..0f86a04d83650282f9bcf349dacfa002309e5d6f 100644 (file)
@@ -94,8 +94,7 @@ function handle_submit()
 
                display_notification(_("A new customer has been added."));
 
-               $Ajax->activate('customer_id');
-               $Ajax->activate('controls');
+               $Ajax->activate('_page_body');
        }
 }