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 += '

';