From 575495bdda081697994d2d7dfc6e29af797f626f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Wed, 23 Aug 2023 21:03:52 +0200 Subject: [PATCH] doc --- htdocs/core/modules/cheque/doc/pdf_blochet.class.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/htdocs/core/modules/cheque/doc/pdf_blochet.class.php b/htdocs/core/modules/cheque/doc/pdf_blochet.class.php index 864401b3fb4..4161f4ee017 100644 --- a/htdocs/core/modules/cheque/doc/pdf_blochet.class.php +++ b/htdocs/core/modules/cheque/doc/pdf_blochet.class.php @@ -34,6 +34,16 @@ require_once DOL_DOCUMENT_ROOT.'/core/modules/cheque/modules_chequereceipts.php' */ class BordereauChequeBlochet extends ModeleChequeReceipts { + /** + * @var int tab_top + */ + public $tab_top; + + /** + * @var int tab_height + */ + public $tab_height; + /** * Constructor *