Merge pull request #25664 from frederic34/frederic34-patch-1-3

doc
This commit is contained in:
Laurent Destailleur 2023-08-25 00:33:36 +02:00 committed by GitHub
commit ba42e2cee2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
*