Skip to content

Commit

Permalink
Fix size of columns when using PRODUCT_USE_UNIT
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Feb 4, 2018
1 parent fd8f89c commit f3700b6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions htdocs/core/modules/commande/doc/pdf_einstein.modules.php
Expand Up @@ -133,10 +133,10 @@ public function __construct($db)
$this->posxdesc=$this->marge_gauche+1;
if($conf->global->PRODUCT_USE_UNITS)
{
$this->posxtva=99;
$this->posxup=114;
$this->posxqty=130;
$this->posxunit=147;
$this->posxtva=101;
$this->posxup=118;
$this->posxqty=135;
$this->posxunit=151;
}
else
{
Expand Down
8 changes: 4 additions & 4 deletions htdocs/core/modules/facture/doc/pdf_crabe.modules.php
Expand Up @@ -118,10 +118,10 @@ function __construct($db)
$this->posxdesc=$this->marge_gauche+1;
if($conf->global->PRODUCT_USE_UNITS)
{
$this->posxtva=99;
$this->posxup=114;
$this->posxqty=130;
$this->posxunit=147;
$this->posxtva=101;
$this->posxup=118;
$this->posxqty=135;
$this->posxunit=151;
}
else
{
Expand Down
8 changes: 4 additions & 4 deletions htdocs/core/modules/propale/doc/pdf_azur.modules.php
Expand Up @@ -107,10 +107,10 @@ function __construct($db)
$this->posxdesc=$this->marge_gauche+1;
if($conf->global->PRODUCT_USE_UNITS)
{
$this->posxtva=99;
$this->posxup=114;
$this->posxqty=130;
$this->posxunit=147;
$this->posxtva=101;
$this->posxup=118;
$this->posxqty=135;
$this->posxunit=151;
}
else
{
Expand Down

0 comments on commit f3700b6

Please sign in to comment.