From 5c33f023c9571ab3e39cf3d92e7a57713f1d26d0 Mon Sep 17 00:00:00 2001 From: dMetzger Date: Thu, 12 Jul 2012 17:54:09 +0000 Subject: [PATCH] // Fixed warning --- .../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}