Update facture.php
This commit is contained in:
parent
b2ec60d53b
commit
55bd67058b
@ -234,7 +234,8 @@ if ($id > 0 || ! empty($ref))
|
||||
while ($i < min($num, $limit))
|
||||
{
|
||||
$objp = $db->fetch_object($result);
|
||||
|
||||
|
||||
if ($objp->type == '2') $objp->qty=-($objp->qty);
|
||||
$total_ht+=$objp->total_ht;
|
||||
$total_qty+=$objp->qty;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user