From d2d40ef0a3a1a8ee87fc482d23f4131e6f242566 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Thu, 20 Sep 2018 12:12:37 +0200 Subject: [PATCH] Standardize and update code --- htdocs/core/modules/product/doc/pdf_standard.modules.php | 4 ++++ htdocs/core/modules/stock/doc/pdf_standard.modules.php | 4 ++++ htdocs/core/modules/stock/doc/pdf_stdmovement.modules.php | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/htdocs/core/modules/product/doc/pdf_standard.modules.php b/htdocs/core/modules/product/doc/pdf_standard.modules.php index 7b9cad0c04a..d1d82fece78 100644 --- a/htdocs/core/modules/product/doc/pdf_standard.modules.php +++ b/htdocs/core/modules/product/doc/pdf_standard.modules.php @@ -88,7 +88,11 @@ class pdf_standard extends ModelePDFProduct */ public $marge_gauche; + /** + * @var int marge_droite + */ public $marge_droite; + public $marge_haute; public $marge_basse; diff --git a/htdocs/core/modules/stock/doc/pdf_standard.modules.php b/htdocs/core/modules/stock/doc/pdf_standard.modules.php index 943afe73ec4..303739c221c 100644 --- a/htdocs/core/modules/stock/doc/pdf_standard.modules.php +++ b/htdocs/core/modules/stock/doc/pdf_standard.modules.php @@ -88,7 +88,11 @@ class pdf_standard extends ModelePDFStock */ public $marge_gauche; + /** + * @var int marge_droite + */ public $marge_droite; + public $marge_haute; public $marge_basse; diff --git a/htdocs/core/modules/stock/doc/pdf_stdmovement.modules.php b/htdocs/core/modules/stock/doc/pdf_stdmovement.modules.php index 131b1ec7dfe..cc655678c08 100644 --- a/htdocs/core/modules/stock/doc/pdf_stdmovement.modules.php +++ b/htdocs/core/modules/stock/doc/pdf_stdmovement.modules.php @@ -89,7 +89,11 @@ class pdf_stdmovement extends ModelePDFMovement */ public $marge_gauche; + /** + * @var int marge_droite + */ public $marge_droite; + public $marge_haute; public $marge_basse;