From d9de1869da856d15aff0a402bce656c6aeae3231 Mon Sep 17 00:00:00 2001 From: rGaillard Date: Mon, 10 Sep 2012 17:18:23 +0000 Subject: [PATCH] // Fix PSCFV-3894 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17272 b9a71923-0436-4b27-9f14-aed3839534dd --- .../template/controllers/orders/form.tpl | 5 ++++- .../orders/form_customization_feedback.tpl | 21 +++++++++---------- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/admin-dev/themes/default/template/controllers/orders/form.tpl b/admin-dev/themes/default/template/controllers/orders/form.tpl index 098a8be3d..d06d21c91 100755 --- a/admin-dev/themes/default/template/controllers/orders/form.tpl +++ b/admin-dev/themes/default/template/controllers/orders/form.tpl @@ -553,7 +553,10 @@ if(res.found) { - $('#products_err').hide(); + if (!customization_errors) + $('#products_err').hide(); + else + customization_errors = false; $('#products_found').show(); products_found += '