Dbut changement dfinition du stock
This commit is contained in:
parent
9518134843
commit
976158189b
@ -51,7 +51,7 @@ $type=trim($type);
|
||||
|
||||
$sortfield = isset($_GET["sortfield"])?$_GET["sortfield"]:$_POST["sortfield"];
|
||||
$sortorder = isset($_GET["sortorder"])?$_GET["sortorder"]:$_POST["sortorder"];
|
||||
if (! $sortfield) $sortfield="stock_theorique";
|
||||
if (! $sortfield) $sortfield="stock_real";
|
||||
if (! $sortorder) $sortorder="ASC";
|
||||
$page = $_GET["page"];
|
||||
$limit = $conf->liste_limit;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user