From ad4ecefcf97d356308f7ebbb99a3755e4ee7793a Mon Sep 17 00:00:00 2001 From: gRoussac Date: Wed, 23 Oct 2013 11:44:12 +0200 Subject: [PATCH] [-] FO : Prevent fatal error on getUniqReference when order not loaded --- themes/default/order-detail.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/default/order-detail.tpl b/themes/default/order-detail.tpl index d7fb91517..bfc8d7a9f 100644 --- a/themes/default/order-detail.tpl +++ b/themes/default/order-detail.tpl @@ -22,7 +22,7 @@ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} - +{if isset($order)}
@@ -424,3 +424,4 @@ {else}

 {l s='You cannot return merchandise with a guest account'}

{/if} +{/if} \ No newline at end of file