|
$sql = "SELECT e.rowid, e.ref, e.lieu, e.fk_parent, e.statut, ps.reel, ps.rowid as product_stock_id, p.pmp";
|
|
$sql = "SELECT e.rowid, e.ref, e.lieu, e.fk_parent, e.statut, ps.reel, ps.rowid as product_stock_id, p.pmp";
|
|
$sql .= " FROM ".MAIN_DB_PREFIX."entrepot as e,";
|
|
$sql .= " FROM ".MAIN_DB_PREFIX."entrepot as e,";
|