From 53cf18e3e815dd2f6cdbc2390e06d4b692c95120 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 28 Mar 2009 19:06:17 +0000 Subject: [PATCH] Fix: Pb in price level management --- htdocs/product/ajaxproducts.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/htdocs/product/ajaxproducts.php b/htdocs/product/ajaxproducts.php index d309b6b6ffb..d2c98edf85a 100644 --- a/htdocs/product/ajaxproducts.php +++ b/htdocs/product/ajaxproducts.php @@ -20,7 +20,7 @@ /** * \file htdocs/product/ajaxproducts.php - * \brief Fichier de reponse sur evenement Ajax + * \brief File to return Ajax question of product list * \version $Id$ */ @@ -36,9 +36,10 @@ print ''."\n"; // Generation liste de produits if (! empty($_GET['keysearch'])) { + //var_dump($_GET); exit; + //print $_GET["price_level"]; exit; $status=-1; if (isset($_GET['status'])) $status=$_GET['status']; - $form = new Form($db); if (empty($_GET['mode']) || $_GET['mode'] == 1) { @@ -64,6 +65,6 @@ else if (! empty($_GET['selling'])) print ''; } -print ""; -print ""; +print ""; +print ""; ?>