Modif lecture des stocks

This commit is contained in:
Rodolphe Quiedeville 2003-11-25 11:01:44 +00:00
parent 416707b9e1
commit de3bfe08ce

View File

@ -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))