This commit is contained in:
Laurent Destailleur 2022-06-11 22:01:10 +02:00
parent ca2bcfa594
commit a62b5a10fe
3 changed files with 6 additions and 6 deletions

View File

@ -27,7 +27,7 @@
/**
* \file htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php
* \ingroup commande
* \brief File of Class to generate PDF orders with template Eratosthène
* \brief File of Class to generate PDF orders with template Eratosthene
*/
require_once DOL_DOCUMENT_ROOT.'/core/modules/commande/modules_commande.php';

View File

@ -22,9 +22,9 @@
*/
/**
* \file htdocs/core/modules/expedition/doc/pdf_rouget.modules.php
* \file htdocs/core/modules/expedition/doc/pdf_eagle.modules.php
* \ingroup expedition
* \brief Class file used to generate the dispatch slips for the Rouget model
* \brief Class file used to generate the dispatch slips for the Eagle model
*/
require_once DOL_DOCUMENT_ROOT . '/core/modules/stocktransfer/modules_stocktransfer.php';

View File

@ -26,9 +26,9 @@
*/
/**
* \file htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php
* \file htdocs/core/modules/commande/doc/pdf_eagle_proforma.modules.php
* \ingroup commande
* \brief File of Class to generate PDF orders with template Eratosthène
* \brief File of Class to generate PDF orders with template Eagle
*/
require_once DOL_DOCUMENT_ROOT.'/core/modules/commande/modules_commande.php';
@ -39,7 +39,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/pdf.lib.php';
/**
* Class to generate PDF orders with template Eratosthene
* Class to generate PDF orders with template Eagle
*/
class pdf_eagle_proforma extends ModelePDFCommandes
{