Fix size of columns when using PRODUCT_USE_UNIT

This commit is contained in:
Laurent Destailleur 2018-02-04 11:17:45 +01:00
parent fd8f89c708
commit f3700b66c6
3 changed files with 12 additions and 12 deletions

View File

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

View File

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

View File

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