Qual: Wrong variable name

This commit is contained in:
Raphaël Doursenaud 2014-04-23 11:59:33 +02:00
parent 670e861d7b
commit d57b4192b6

View File

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