From 26d1ad0668bdcf573d84f2ff267951239c462c19 Mon Sep 17 00:00:00 2001 From: Mikael Blotin Date: Wed, 13 Nov 2013 10:12:31 +0100 Subject: [PATCH] [-] FO : fix contact-form id_order input when customer is not logged --- themes/default/contact-form.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/contact-form.tpl b/themes/default/contact-form.tpl index 682989d7f..6fb91cf25 100644 --- a/themes/default/contact-form.tpl +++ b/themes/default/contact-form.tpl @@ -88,7 +88,7 @@ {/foreach} - {elseif !isset($customerThread.id_order) && !isset($isLogged)} + {elseif !isset($customerThread.id_order) && empty($isLogged)} {elseif $customerThread.id_order|intval > 0}