diff --git a/htdocs/core/modules/takepos/mod_takepos_ref_universal.php b/htdocs/core/modules/takepos/mod_takepos_ref_universal.php
index a84f4b28125..7fdff4c1c6b 100644
--- a/htdocs/core/modules/takepos/mod_takepos_ref_universal.php
+++ b/htdocs/core/modules/takepos/mod_takepos_ref_universal.php
@@ -156,4 +156,3 @@ class mod_takepos_ref_universal extends ModeleNumRefTakepos
return $this->getNextValue($objsoc, $objforref);
}
}
-
diff --git a/htdocs/takepos/admin/setup.php b/htdocs/takepos/admin/setup.php
index 832417ffd30..20b62da4650 100644
--- a/htdocs/takepos/admin/setup.php
+++ b/htdocs/takepos/admin/setup.php
@@ -57,7 +57,7 @@ if ($resql) {
}
}
-$action = GETPOST('action','alpha');
+$action = GETPOST('action', 'alpha');
/*
* Actions
@@ -146,7 +146,7 @@ print '
';
$now = dol_now();
$dirmodels = array_merge(array('/'), (array) $conf->modules_parts['models']);
-print load_fiche_titre($langs->trans('CashDeskRefNumberingModules'),'','');
+print load_fiche_titre($langs->trans('CashDeskRefNumberingModules'), '', '');
print '
| ';
$tmp=$module->getExample();
- if (preg_match('/^Error/',$tmp)) print ' '.$langs->trans($tmp).' ';
+ if (preg_match('/^Error/', $tmp)) print ''.$langs->trans($tmp).' ';
elseif ($tmp=='NotConfigured') print $langs->trans($tmp);
else print $tmp;
print ' | '."\n";
@@ -202,12 +202,12 @@ foreach ($dirmodels as $reldir)
print ''; if ($conf->global->TAKEPOS_REF_ADDON == "$file") { - print img_picto($langs->trans("Activated"),'switch_on'); + print img_picto($langs->trans("Activated"), 'switch_on'); } else { print ''; - print img_picto($langs->trans("Disabled"),'switch_off'); + print img_picto($langs->trans("Disabled"), 'switch_off'); print ''; } print ' | '; @@ -225,7 +225,7 @@ foreach ($dirmodels as $reldir) if ("$nextval" != $langs->trans("NotAvailable")) { // Keep " on nextval $htmltooltip.=''.$langs->trans("NextValue").': '; if ($nextval) { - if (preg_match('/^Error/',$nextval) || $nextval=='NotConfigured') + if (preg_match('/^Error/', $nextval) || $nextval=='NotConfigured') $nextval = $langs->trans($nextval); $htmltooltip.=$nextval.''; - print $form->textwithpicto('',$htmltooltip,1,0); + print $form->textwithpicto('', $htmltooltip, 1, 0); print ' | '; print "