From e198e169444313e7d7f8e280ec79c31b33851ff0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Tue, 28 Feb 2023 15:15:04 +0100 Subject: [PATCH] doc --- htdocs/core/class/commondocgenerator.class.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/htdocs/core/class/commondocgenerator.class.php b/htdocs/core/class/commondocgenerator.class.php index 26d90d54fb8..cec7408f1ca 100644 --- a/htdocs/core/class/commondocgenerator.class.php +++ b/htdocs/core/class/commondocgenerator.class.php @@ -80,6 +80,11 @@ abstract class CommonDocGenerator */ public $format; + /** + * @var string pdf, odt, etc + */ + public $type; + public $page_hauteur; public $page_largeur; public $marge_gauche;