Update fichinter.class.php

This commit is contained in:
Frédéric FRANCE 2020-10-27 22:57:06 +01:00 committed by GitHub
parent f7c90d7e90
commit bc7c1540cc
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;