Skip to content
Snippets Groups Projects
Commit 034f673f authored by Franky Van Liedekerke's avatar Franky Van Liedekerke
Browse files

small type fix to get the correct list of stock movements

parent 3ad29193
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ $resql = $db->query($sql) ;
if ($resql)
{
$num = $db->num_rows($result);
$num = $db->num_rows($resql);
if ($_GET["id"])
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment