forked from Wavyzz/dolibarr
Fix column length
This commit is contained in:
@@ -63,7 +63,7 @@ class pdf_einstein extends ModelePDFCommandes
|
|||||||
public $description;
|
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;
|
public $update_main_doc_field;
|
||||||
|
|
||||||
@@ -179,8 +179,8 @@ class pdf_einstein extends ModelePDFCommandes
|
|||||||
$this->posxqty = 135;
|
$this->posxqty = 135;
|
||||||
$this->posxunit = 151;
|
$this->posxunit = 151;
|
||||||
} else {
|
} else {
|
||||||
$this->posxtva = 110;
|
$this->posxtva = 106;
|
||||||
$this->posxup = 126;
|
$this->posxup = 122;
|
||||||
$this->posxqty = 145;
|
$this->posxqty = 145;
|
||||||
$this->posxunit = 162;
|
$this->posxunit = 162;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -191,8 +191,8 @@ class pdf_crabe extends ModelePDFFactures
|
|||||||
$this->posxqty = 135;
|
$this->posxqty = 135;
|
||||||
$this->posxunit = 151;
|
$this->posxunit = 151;
|
||||||
} else {
|
} else {
|
||||||
$this->posxtva = 110;
|
$this->posxtva = 106;
|
||||||
$this->posxup = 126;
|
$this->posxup = 122;
|
||||||
$this->posxqty = 145;
|
$this->posxqty = 145;
|
||||||
$this->posxunit = 162;
|
$this->posxunit = 162;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -48,6 +48,11 @@ class pdf_azur extends ModelePDFPropales
|
|||||||
*/
|
*/
|
||||||
public $db;
|
public $db;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int The environment ID when using a multicompany module
|
||||||
|
*/
|
||||||
|
public $entity;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string model name
|
* @var string model name
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user