Fix phpcs

This commit is contained in:
Laurent Destailleur 2021-03-06 10:39:51 +01:00
parent 3cbced439a
commit 7959bc99d7

View File

@ -524,7 +524,6 @@ class FactureRec extends CommonInvoice
$this->titre = $obj->title; // deprecated
$this->title = $obj->title;
$this->ref = $obj->title;
$this->ref_client = $obj->ref_client;
$this->suspended = $obj->suspended;
$this->type = $obj->type;
$this->datep = $obj->dp;