Fix column length

This commit is contained in:
Laurent Destailleur
2023-05-14 20:51:36 +02:00
parent 80f5358e6e
commit b51e6ac025
3 changed files with 10 additions and 5 deletions

View File

@@ -63,7 +63,7 @@ class pdf_einstein extends ModelePDFCommandes
public $description;
/**
* @var int Save the name of generated file as the main doc when generating a doc with this template
* @var string Save the name of generated file as the main doc when generating a doc with this template
*/
public $update_main_doc_field;
@@ -179,8 +179,8 @@ class pdf_einstein extends ModelePDFCommandes
$this->posxqty = 135;
$this->posxunit = 151;
} else {
$this->posxtva = 110;
$this->posxup = 126;
$this->posxtva = 106;
$this->posxup = 122;
$this->posxqty = 145;
$this->posxunit = 162;
}

View File

@@ -191,8 +191,8 @@ class pdf_crabe extends ModelePDFFactures
$this->posxqty = 135;
$this->posxunit = 151;
} else {
$this->posxtva = 110;
$this->posxup = 126;
$this->posxtva = 106;
$this->posxup = 122;
$this->posxqty = 145;
$this->posxunit = 162;
}

View File

@@ -48,6 +48,11 @@ class pdf_azur extends ModelePDFPropales
*/
public $db;
/**
* @var int The environment ID when using a multicompany module
*/
public $entity;
/**
* @var string model name
*/