2
0
forked from Wavyzz/dolibarr

Merge pull request #16191 from grandoc/develop

fix typo
This commit is contained in:
Laurent Destailleur
2021-02-07 19:59:54 +01:00
committed by GitHub
5 changed files with 17 additions and 17 deletions

View File

@@ -126,7 +126,7 @@ class pdf_eratosthene extends ModelePDFCommandes
public $emetteur; public $emetteur;
/** /**
* @var array of document table collumns * @var array of document table columns
*/ */
public $cols; public $cols;

View File

@@ -128,7 +128,7 @@ class pdf_sponge extends ModelePDFFactures
/** /**
* @var array of document table collumns * @var array of document table columns
*/ */
public $cols; public $cols;

View File

@@ -120,7 +120,7 @@ class pdf_cyan extends ModelePDFPropales
public $emetteur; public $emetteur;
/** /**
* @var array of document table collumns * @var array of document table columns
*/ */
public $cols; public $cols;

View File

@@ -128,7 +128,7 @@ class pdf_standard_myobject extends ModelePDFMyObject
/** /**
* @var array of document table collumns * @var array of document table columns
*/ */
public $cols; public $cols;

View File

@@ -128,7 +128,7 @@ class pdf_standard_recruitmentjobposition extends ModelePDFRecruitmentJobPositio
/** /**
* @var array of document table collumns * @var array of document table columns
*/ */
public $cols; public $cols;