small type fix to get the correct list of stock movements
This commit is contained in:
parent
3ad2919335
commit
034f673f52
@ -68,7 +68,7 @@ $resql = $db->query($sql) ;
|
||||
|
||||
if ($resql)
|
||||
{
|
||||
$num = $db->num_rows($result);
|
||||
$num = $db->num_rows($resql);
|
||||
|
||||
if ($_GET["id"])
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user