2
0
forked from Wavyzz/dolibarr

Standardize code. Use model_pdf.

This commit is contained in:
Laurent Destailleur
2020-08-18 14:48:38 +02:00
parent 6ce9d573e2
commit 964c4ef0d2
20 changed files with 55 additions and 49 deletions

View File

@@ -1824,6 +1824,7 @@ class Commande extends CommonOrder
$this->note = $obj->note_private; // deprecated
$this->note_private = $obj->note_private;
$this->note_public = $obj->note_public;
$this->model_pdf = $obj->model_pdf;
$this->modelpdf = $obj->model_pdf;
$this->last_main_doc = $obj->last_main_doc;
$this->mode_reglement_id = $obj->fk_mode_reglement;