Update facture-rec.class.php

This commit is contained in:
Frédéric FRANCE 2021-03-06 15:28:59 +01:00 committed by GitHub
parent 63aa2f4ec2
commit d2494c77a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -528,7 +528,7 @@ class FactureRec extends CommonInvoice
$this->title = $obj->title;
$this->ref = $obj->title;
$this->suspended = $obj->suspended;
$this->date = $obj->df;
//$this->date = $obj->df;
$this->remise_percent = $obj->remise_percent;
$this->remise_absolue = $obj->remise_absolue;
$this->remise = $obj->remise;