Update expedition.class.php

This commit is contained in:
Frédéric FRANCE 2020-10-27 22:49:30 +01:00 committed by GitHub
parent f7c90d7e90
commit e8659469b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1738,7 +1738,7 @@ class Expedition extends CommonObject
$line->total_ttc += $tabprice[2];
$line->total_tva += $tabprice[1];
}
$line->fetch_optionals();
$i++;
$originline = $obj->fk_origin_line;
}