From bd4ba0d2e5ab18c42bf07d9e2d4e3300f41cfc8d Mon Sep 17 00:00:00 2001 From: rGaillard Date: Tue, 23 Oct 2012 09:48:41 +0000 Subject: [PATCH] // small fix --- 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 = '';