Fix phpunit

This commit is contained in:
Laurent Destailleur 2021-03-07 19:55:09 +01:00
parent 0f7085154b
commit 1ca3e433d2

View File

@ -557,7 +557,6 @@ class FactureRec extends CommonInvoice
$this->user_author = $obj->fk_user_author;
$this->modelpdf = $obj->model_pdf; // deprecated
$this->model_pdf = $obj->model_pdf;
$this->rang = $obj->rang;
$this->special_code = $obj->special_code;
$this->frequency = $obj->frequency;
$this->unit_frequency = $obj->unit_frequency;