X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fmanage%2Fcustomers.php;h=bf58e7616c0a00487b4af5f87941573ae057e8c8;hb=3e2a432dd72688dbac39a07716201b2b00c16c8b;hp=8f1eccb88192bd59ff9cda74fd4694e2242c9169;hpb=de320b43ef41373a90d9061483b6e8970947fdfa;p=fa-stable.git diff --git a/sales/manage/customers.php b/sales/manage/customers.php index 8f1eccb8..bf58e761 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'); } } @@ -176,7 +175,7 @@ if (db_has_customers()) } else { - hidden('customer_id', $_POST['customer_id']); + hidden('customer_id'); } start_table($table_style2, 7, 6);