Merge pull request #15192 from frederic34/patch-11

Update fichinter.class.php
This commit is contained in:
Laurent Destailleur 2020-10-28 17:11:02 +01:00 committed by GitHub
commit 6ed781c7c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1356,6 +1356,7 @@ class Fichinter extends CommonObject
$line->datei = $this->db->jdate($objp->date);
$line->rang = $objp->rang;
$line->product_type = 1;
$line->fetch_optionals();
$this->lines[$i] = $line;