From 6d4ddb96bcc7b003736744a0683b642e17df238e Mon Sep 17 00:00:00 2001 From: rGaillard Date: Wed, 23 Nov 2011 21:51:17 +0000 Subject: [PATCH] //small fix --- admin-dev/themes/template/orders/form.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/template/orders/form.tpl b/admin-dev/themes/template/orders/form.tpl index b32deb917..de997dfa5 100755 --- a/admin-dev/themes/template/orders/form.tpl +++ b/admin-dev/themes/template/orders/form.tpl @@ -508,7 +508,7 @@ var cart_content = ''; $.each(products, function() { cart_quantity[this.id_product+'_'+this.id_product_attribute] = this.cart_quantity; - cart_content += ''+this.name+'
'+this.attributes_small+''+this.reference+' '; + cart_content += ''+this.name+'
'+this.attributes_small+''+this.reference+' '; cart_content += '

'; cart_content += '

'; cart_content += '

';