From cbcc66d2cc2b92e447cb38cfe5579b8e739933cd Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Wed, 8 May 2013 08:29:32 +0200 Subject: [PATCH] Customers: tabs were not refreshed on customer list change. --- sales/manage/customers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sales/manage/customers.php b/sales/manage/customers.php index 31129418..d7422f22 100644 --- a/sales/manage/customers.php +++ b/sales/manage/customers.php @@ -337,7 +337,7 @@ else hidden('customer_id'); } -if (!$selected_id) +if (!$selected_id || list_updated('customer_id')) unset($_POST['_tabs_sel']); // force settings tab for new customer tabbed_content_start('tabs', array( -- 2.30.2