diff --git a/htdocs/core/modules/takepos/mod_takepos_ref_universal.php b/htdocs/core/modules/takepos/mod_takepos_ref_universal.php
index 7e46c10a341..9a6e632b92c 100644
--- a/htdocs/core/modules/takepos/mod_takepos_ref_universal.php
+++ b/htdocs/core/modules/takepos/mod_takepos_ref_universal.php
@@ -17,8 +17,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
- * or see http://www.gnu.org/
+ * along with this program. If not, see .
+ * or see https://www.gnu.org/
*/
/**
@@ -26,6 +26,7 @@
* \ingroup takepos
* \brief File with Universal ref numbering module for takepos
*/
+
dol_include_once('/core/modules/takepos/modules_takepos.php');
/**
@@ -51,7 +52,7 @@ class mod_takepos_ref_universal extends ModeleNumRefTakepos
public $nom = 'Universal';
/**
- * Renvoi la description du modele de numerotation
+ * return description of the numbering model
*
* @return string Texte descripif
*/
@@ -77,7 +78,7 @@ class mod_takepos_ref_universal extends ModeleNumRefTakepos
$tooltip .= $langs->trans('GenericMaskCodes5');
$tooltip .= $langs->trans('CashDeskGenericMaskCodes6');
- // Parametrage du prefix
+ // Setting up the prefix
$texte .= '
'.$langs->trans("Mask").':
';
$texte .= '
'.$form->textwithpicto('', $tooltip, 1, 1).'
';
@@ -92,7 +93,7 @@ class mod_takepos_ref_universal extends ModeleNumRefTakepos
}
/**
- * Renvoi un exemple de numerotation
+ * Return an example of numbering
*
* @return string Example
*/
@@ -125,7 +126,7 @@ class mod_takepos_ref_universal extends ModeleNumRefTakepos
require_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
- // On defini critere recherche compteur
+ // We define search criteria counter
$mask = $conf->global->TAKEPOS_REF_UNIVERSAL_MASK;
if (!$mask) {