diff --git a/htdocs/accountancy/admin/accountmodel.php b/htdocs/accountancy/admin/accountmodel.php
index 36ecf11a4c7..6404b6119e7 100644
--- a/htdocs/accountancy/admin/accountmodel.php
+++ b/htdocs/accountancy/admin/accountmodel.php
@@ -522,7 +522,6 @@ if ($id)
if ($fieldlist[$field]=='libelle' || $fieldlist[$field]=='label')
{
$valuetoshow=$langs->trans("Label");
- if ($id != 25) $valuetoshow.="*";
}
if ($fieldlist[$field]=='country') {
if (in_array('region_id', $fieldlist)) { print '
| '; continue; } // For region page, we do not show the country input
@@ -583,10 +582,6 @@ if ($id)
$colspan=count($fieldlist)+3;
- if (! empty($alabelisused)) // If there is one label among fields, we show legend of *
- {
- print '| * '.$langs->trans("LabelUsedByDefault").'. |
';
- }
print '| |
'; // Keep to have a line with enough height
}
@@ -667,7 +662,6 @@ if ($id)
}
if ($fieldlist[$field]=='libelle' || $fieldlist[$field]=='label') {
$valuetoshow=$langs->trans("Label");
- if ($id != 25) $valuetoshow.="*";
}
if ($fieldlist[$field]=='country') {
$valuetoshow=$langs->trans("Country");