Fix: Pb in price level management
This commit is contained in:
parent
ba97f78108
commit
53cf18e3e8
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/product/ajaxproducts.php
|
* \file htdocs/product/ajaxproducts.php
|
||||||
* \brief Fichier de reponse sur evenement Ajax
|
* \brief File to return Ajax question of product list
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -36,9 +36,10 @@ print '<body class="nocellnopadd">'."\n";
|
|||||||
// Generation liste de produits
|
// Generation liste de produits
|
||||||
if (! empty($_GET['keysearch']))
|
if (! empty($_GET['keysearch']))
|
||||||
{
|
{
|
||||||
|
//var_dump($_GET); exit;
|
||||||
|
//print $_GET["price_level"]; exit;
|
||||||
$status=-1;
|
$status=-1;
|
||||||
if (isset($_GET['status'])) $status=$_GET['status'];
|
if (isset($_GET['status'])) $status=$_GET['status'];
|
||||||
|
|
||||||
$form = new Form($db);
|
$form = new Form($db);
|
||||||
if (empty($_GET['mode']) || $_GET['mode'] == 1)
|
if (empty($_GET['mode']) || $_GET['mode'] == 1)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user