From 8c14f42d60537126312dc822920da59cb071c2cd Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 18 May 2022 13:09:17 +0200 Subject: [PATCH] phpcs --- .../modules/stock/doc/pdf_standard.modules.php | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/htdocs/core/modules/stock/doc/pdf_standard.modules.php b/htdocs/core/modules/stock/doc/pdf_standard.modules.php index a000cac368b..5a902befd8e 100644 --- a/htdocs/core/modules/stock/doc/pdf_standard.modules.php +++ b/htdocs/core/modules/stock/doc/pdf_standard.modules.php @@ -111,6 +111,18 @@ class pdf_standard extends ModelePDFStock */ public $emetteur; + public $wref; + public $posxdesc; + public $posxlabel; + public $posxtva; + public $posxqty; + public $posxup; + public $posxunit; + public $posxdiscount; + public $postotalht; + + public $tabTitleHeight; + /** * Constructor @@ -174,12 +186,6 @@ class pdf_standard extends ModelePDFStock $this->posxdiscount -= 20; $this->postotalht -= 20; } - $this->tva = array(); - $this->tva_array = array(); - $this->localtax1 = array(); - $this->localtax2 = array(); - $this->atleastoneratenotnull = 0; - $this->atleastonediscount = 0; $this->tabTitleHeight = 11; }