Qual: Wrong variable name
This commit is contained in:
parent
670e861d7b
commit
d57b4192b6
@ -2482,7 +2482,7 @@ abstract class CommonObject
|
||||
$i=0;
|
||||
while ($i < $num)
|
||||
{
|
||||
$obj = $this->db->fetch_object($query);
|
||||
$obj = $this->db->fetch_object($resql);
|
||||
|
||||
$pu_ht = $obj->pu_ht;
|
||||
$qty= $obj->qty;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user