Merge pull request #15191 from frederic34/patch-10

Fix print extrafield on pdf lines
This commit is contained in:
Laurent Destailleur 2020-10-28 17:35:58 +01:00 committed by GitHub
commit 8a58471aeb
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;
}