From cfd04410e3ae1d3a31bff65026bf8f465344b036 Mon Sep 17 00:00:00 2001 From: dMetzger Date: Thu, 12 Jul 2012 17:54:09 +0000 Subject: [PATCH] // Fixed warning git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16389 b9a71923-0436-4b27-9f14-aed3839534dd --- .../default/template/controllers/carts/helpers/view/view.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/default/template/controllers/carts/helpers/view/view.tpl b/admin-dev/themes/default/template/controllers/carts/helpers/view/view.tpl index c0bcebaf7..2a683185d 100755 --- a/admin-dev/themes/default/template/controllers/carts/helpers/view/view.tpl +++ b/admin-dev/themes/default/template/controllers/carts/helpers/view/view.tpl @@ -132,7 +132,7 @@ {displayWtPriceWithCurrency price=$product.product_price currency=$currency} - {math equation='x - y' x=$product.cart_quantity y=$product.customization_quantity} + {math equation='x - y' x=$product.cart_quantity y=$product.customization_quantity|intval} {$product.qty_in_stock} {displayWtPriceWithCurrency price=$product.product_total currency=$currency}