From: Janusz Dobrowolski Date: Sun, 6 Jul 2008 21:14:27 +0000 (+0000) Subject: Smaller fix to ajax content update X-Git-Tag: v2.4.2~19^2~1933 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=36dcc6d86df222669cb1d152d53b12635216d5b3;p=fa-stable.git Smaller fix to ajax content update --- 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'); } }