Fix bad help

This commit is contained in:
Laurent Destailleur 2017-03-03 18:00:53 +01:00
parent 6c91cb4f90
commit 379e0083ab

View File

@ -104,7 +104,7 @@ class FormAccounting
$i++;
}
$out .= '</select>';
if ($user->admin && $help) $out .= info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1);
//if ($user->admin && $help) $out .= info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1);
}
else
{