Fix size of columns when using PRODUCT_USE_UNIT
This commit is contained in:
parent
fd8f89c708
commit
f3700b66c6
@ -133,10 +133,10 @@ class pdf_einstein extends ModelePDFCommandes
|
|||||||
$this->posxdesc=$this->marge_gauche+1;
|
$this->posxdesc=$this->marge_gauche+1;
|
||||||
if($conf->global->PRODUCT_USE_UNITS)
|
if($conf->global->PRODUCT_USE_UNITS)
|
||||||
{
|
{
|
||||||
$this->posxtva=99;
|
$this->posxtva=101;
|
||||||
$this->posxup=114;
|
$this->posxup=118;
|
||||||
$this->posxqty=130;
|
$this->posxqty=135;
|
||||||
$this->posxunit=147;
|
$this->posxunit=151;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
@ -118,10 +118,10 @@ class pdf_crabe extends ModelePDFFactures
|
|||||||
$this->posxdesc=$this->marge_gauche+1;
|
$this->posxdesc=$this->marge_gauche+1;
|
||||||
if($conf->global->PRODUCT_USE_UNITS)
|
if($conf->global->PRODUCT_USE_UNITS)
|
||||||
{
|
{
|
||||||
$this->posxtva=99;
|
$this->posxtva=101;
|
||||||
$this->posxup=114;
|
$this->posxup=118;
|
||||||
$this->posxqty=130;
|
$this->posxqty=135;
|
||||||
$this->posxunit=147;
|
$this->posxunit=151;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
@ -107,10 +107,10 @@ class pdf_azur extends ModelePDFPropales
|
|||||||
$this->posxdesc=$this->marge_gauche+1;
|
$this->posxdesc=$this->marge_gauche+1;
|
||||||
if($conf->global->PRODUCT_USE_UNITS)
|
if($conf->global->PRODUCT_USE_UNITS)
|
||||||
{
|
{
|
||||||
$this->posxtva=99;
|
$this->posxtva=101;
|
||||||
$this->posxup=114;
|
$this->posxup=118;
|
||||||
$this->posxqty=130;
|
$this->posxqty=135;
|
||||||
$this->posxunit=147;
|
$this->posxunit=151;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user