Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop

This commit is contained in:
Laurent Destailleur 2021-10-02 20:43:30 +02:00
commit 2483cc7965
8 changed files with 8 additions and 8 deletions

View File

@ -20,7 +20,7 @@
*/
/**
* \file htdocs/admin/credtitransfer.php
* \file htdocs/admin/paymentbybanktransfer.php
* \ingroup paymentbybanktransfer
* \brief Page to setup payments by credit transfer
*/

View File

@ -16,7 +16,7 @@
*/
/**
* \file htdocs/compat/facture/index.php
* \file htdocs/compta/facture/index.php
* \ingroup facture
* \brief Home page of customer invoices area
*/

View File

@ -16,7 +16,7 @@
*/
/**
* \file eventorganization/lib/eventorganization.lib.php
* \file htdocs/core/lib/eventorganization.lib.php
* \ingroup eventorganization
* \brief Library files with common functions for EventOrganization
*/

View File

@ -18,7 +18,7 @@
*/
/**
* \file htdocs/core/modules/product/mod_lot_free.php
* \file htdocs/core/modules/product_batch/mod_lot_free.php
* \ingroup productbatch
* \brief File containing class for numbering model of Lot free
*/

View File

@ -22,7 +22,7 @@
*/
/**
* \file htdocs/core/modules/product_batch/mod_batch_advanced.php
* \file htdocs/core/modules/product_batch/mod_sn_advanced.php
* \ingroup productbatch
* \brief File containing class for numbering model of SN advanced
*/

View File

@ -18,7 +18,7 @@
*/
/**
* \file htdocs/core/modules/product/mod_sn_free.php
* \file htdocs/core/modules/product_batch/mod_sn_free.php
* \ingroup productbatch
* \brief File containing class for numbering model of SN free
*/

View File

@ -22,7 +22,7 @@ require_once DOL_DOCUMENT_ROOT.'/mrp/class/mo.class.php';
/**
* \file mrp/class/api_mo.class.php
* \file htdocs/mrp/class/api_mos.class.php
* \ingroup mrp
* \brief File for API management of MO.
*/

View File

@ -18,7 +18,7 @@
*/
/**
* \file htdocs/compta/paiement_salary.php
* \file htdocs/salaries/paiement_salary.php
* \ingroup salary
* \brief Page to add payment of a salary
*/