From 36dcc6d86df222669cb1d152d53b12635216d5b3 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Sun, 6 Jul 2008 21:14:27 +0000 Subject: [PATCH] Smaller fix to ajax content update --- sales/manage/customers.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sales/manage/customers.php b/sales/manage/customers.php index 8f1eccb8..0f86a04d 100644 --- a/sales/manage/customers.php +++ b/sales/manage/customers.php @@ -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'); } } -- 2.30.2