Optimize some widgets

This commit is contained in:
Laurent Destailleur
2021-05-10 20:16:51 +02:00
parent f8581a1a01
commit d7a5e342ab
4 changed files with 14 additions and 11 deletions

View File

@@ -132,7 +132,9 @@ class box_factures_imp extends ModeleBoxes
while ($line < $num) {
$objp = $this->db->fetch_object($result);
$datelimite = $this->db->jdate($objp->datelimite);
$facturestatic->id = $objp->facid;
$facturestatic->ref = $objp->ref;
$facturestatic->type = $objp->type;