From 4051019b790e5ad8b20ab8c6385306cbe592dcbc Mon Sep 17 00:00:00 2001 From: rGaillard Date: Tue, 23 Oct 2012 09:48:41 +0000 Subject: [PATCH] // small fix git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17918 b9a71923-0436-4b27-9f14-aed3839534dd --- admin-dev/themes/default/template/controllers/orders/form.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/default/template/controllers/orders/form.tpl b/admin-dev/themes/default/template/controllers/orders/form.tpl index 08b7fa45c..71a296da0 100755 --- a/admin-dev/themes/default/template/controllers/orders/form.tpl +++ b/admin-dev/themes/default/template/controllers/orders/form.tpl @@ -652,7 +652,7 @@ cart_content += (!this.id_customization ? '
' : ''); cart_content += (!this.id_customization ? '
' : ''); cart_content += ''+this.total+' '; - if (this.id_customization != 0) + if (this.id_customization && this.id_customization != 0) { $.each(this.customized_datas[this.id_product][this.id_product_attribute][id_address_delivery], function() { var customized_desc = '';