small type fix to get the correct list of stock movements

This commit is contained in:
liedekef 2007-01-10 15:01:00 +00:00
parent 3ad2919335
commit 034f673f52

View File

@ -68,7 +68,7 @@ $resql = $db->query($sql) ;
if ($resql) if ($resql)
{ {
$num = $db->num_rows($result); $num = $db->num_rows($resql);
if ($_GET["id"]) if ($_GET["id"])
{ {