From 38cf360a0b6e1da9824c92ded04c3f3915a13fc7 Mon Sep 17 00:00:00 2001 From: tDidierjean Date: Thu, 21 Apr 2011 08:01:09 +0000 Subject: [PATCH] // merge 6001,6010,6012,6013 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@6018 b9a71923-0436-4b27-9f14-aed3839534dd --- admin-dev/tabs/AdminCarts.php | 2 +- admin-dev/tabs/AdminProducts.php | 3 ++- classes/Pack.php | 7 ++++--- themes/prestashop/product.tpl | 10 +++++----- themes/prestashop/products-comparison.tpl | 6 +++--- 5 files changed, 15 insertions(+), 13 deletions(-) diff --git a/admin-dev/tabs/AdminCarts.php b/admin-dev/tabs/AdminCarts.php index 3d36822ca..afb3f65b5 100644 --- a/admin-dev/tabs/AdminCarts.php +++ b/admin-dev/tabs/AdminCarts.php @@ -49,7 +49,7 @@ class AdminCarts extends AdminTab 'id_cart' => array('title' => $this->l('ID'), 'align' => 'center', 'width' => 25), 'customer' => array('title' => $this->l('Customer'), 'width' => 80, 'filter_key' => 'c!lastname'), 'total' => array('title' => $this->l('Total'), 'callback' => 'getOrderTotalUsingTaxCalculationMethod', 'orderby' => false, 'search' => false, 'width' => 50, 'align' => 'right', 'prefix' => '', 'suffix' => '', 'currency' => true), - 'carrier' => array('title' => $this->l('Carrier'), 'width' => 25, 'align' => 'center', 'callback' => 'replaceZeroByShopName'), + 'carrier' => array('title' => $this->l('Carrier'), 'width' => 25, 'align' => 'center', 'callback' => 'replaceZeroByShopName', 'filter_key' => 'ca!name'), 'date_add' => array('title' => $this->l('Date'), 'width' => 90, 'align' => 'right', 'type' => 'datetime', 'filter_key' => 'a!date_add')); parent::__construct(); } diff --git a/admin-dev/tabs/AdminProducts.php b/admin-dev/tabs/AdminProducts.php index d7b3f3c60..6ae3ad986 100644 --- a/admin-dev/tabs/AdminProducts.php +++ b/admin-dev/tabs/AdminProducts.php @@ -3556,7 +3556,7 @@ class AdminProducts extends AdminTab '; - + // param multipleSeparator:'||' ajouté à cause de bug dans lib autocomplete echo '