FIX #6227 Document models table header "Unit" is shown in 2 lines in Spanish

This commit is contained in:
Marcos García de La Fuente 2016-12-27 12:56:49 +01:00
parent cdcbf58ca8
commit 98599b0bbf
5 changed files with 10 additions and 10 deletions

View File

@ -110,8 +110,8 @@ class pdf_einstein extends ModelePDFCommandes
{ {
$this->posxtva=99; $this->posxtva=99;
$this->posxup=114; $this->posxup=114;
$this->posxqty=133; $this->posxqty=130;
$this->posxunit=150; $this->posxunit=147;
} }
else else
{ {

View File

@ -120,8 +120,8 @@ class pdf_crabe extends ModelePDFFactures
{ {
$this->posxtva=99; $this->posxtva=99;
$this->posxup=114; $this->posxup=114;
$this->posxqty=133; $this->posxqty=130;
$this->posxunit=150; $this->posxunit=147;
} }
else else
{ {

View File

@ -108,8 +108,8 @@ class pdf_azur extends ModelePDFPropales
{ {
$this->posxtva=99; $this->posxtva=99;
$this->posxup=114; $this->posxup=114;
$this->posxqty=133; $this->posxqty=130;
$this->posxunit=150; $this->posxunit=147;
} }
else else
{ {

View File

@ -102,8 +102,8 @@ class pdf_canelle extends ModelePDFSuppliersInvoices
if($conf->global->PRODUCT_USE_UNITS) { if($conf->global->PRODUCT_USE_UNITS) {
$this->posxtva=99; $this->posxtva=99;
$this->posxup=114; $this->posxup=114;
$this->posxqty=133; $this->posxqty=130;
$this->posxunit=150; $this->posxunit=147;
} }
//if (! empty($conf->global->MAIN_GENERATE_DOCUMENTS_WITHOUT_VAT)) $this->posxtva=$this->posxup; //if (! empty($conf->global->MAIN_GENERATE_DOCUMENTS_WITHOUT_VAT)) $this->posxtva=$this->posxup;
$this->posxpicture=$this->posxtva - (empty($conf->global->MAIN_DOCUMENTS_WITH_PICTURE_WIDTH)?20:$conf->global->MAIN_DOCUMENTS_WITH_PICTURE_WIDTH); // width of images $this->posxpicture=$this->posxtva - (empty($conf->global->MAIN_DOCUMENTS_WITH_PICTURE_WIDTH)?20:$conf->global->MAIN_DOCUMENTS_WITH_PICTURE_WIDTH); // width of images

View File

@ -111,8 +111,8 @@ class pdf_muscadet extends ModelePDFSuppliersOrders
{ {
$this->posxtva=99; $this->posxtva=99;
$this->posxup=114; $this->posxup=114;
$this->posxqty=133; $this->posxqty=130;
$this->posxunit=150; $this->posxunit=147;
} else { } else {
$this->posxtva=112; $this->posxtva=112;
$this->posxup=126; $this->posxup=126;