Modif lecture des stocks
This commit is contained in:
parent
416707b9e1
commit
de3bfe08ce
@ -161,7 +161,7 @@ if ($id)
|
||||
print '<table class="border" width="100%" cellspacing="0" cellpadding="4"><tr>';
|
||||
print '<td width="20%">Entrepôt</td><td width="20%"><select name="id_entrepot">';
|
||||
|
||||
$sql = "SELECT e.rowid, e.label FROM llx_entrepot as e";
|
||||
$sql = "SELECT e.rowid, e.label FROM llx_entrepot as e WHERE statut = 1";
|
||||
$sql .= " ORDER BY lower(e.label)";
|
||||
|
||||
if ($db->query($sql))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user