Fix: Localisation entrepot non affichée
This commit is contained in:
parent
884cc4d930
commit
1a803a768c
@ -53,7 +53,7 @@ $offset = $limit * $page;
|
|||||||
/*
|
/*
|
||||||
* Affichage valorisation par entrepot
|
* Affichage valorisation par entrepot
|
||||||
*/
|
*/
|
||||||
$sql = "SELECT e.rowid as ref, e.label, e.statut, e.valo_pmp as valo";
|
$sql = "SELECT e.rowid as ref, e.label, e.statut, e.lieu, e.valo_pmp as valo";
|
||||||
$sql .= " FROM ".MAIN_DB_PREFIX."entrepot as e";
|
$sql .= " FROM ".MAIN_DB_PREFIX."entrepot as e";
|
||||||
$sql .= " WHERE 1=1 ";
|
$sql .= " WHERE 1=1 ";
|
||||||
if ($sref)
|
if ($sref)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user