2
0
forked from Wavyzz/dolibarr

Merge pull request #10948 from ptibogxiv/patch-148

fix term autoOrManual
This commit is contained in:
Laurent Destailleur
2019-04-03 11:03:44 +02:00
committed by GitHub

View File

@@ -2462,7 +2462,7 @@ if (! function_exists('dolEscapeXML'))
* @param int $color 0=texte only, 1=Text is formated with a color font style ('ok' or 'error'), 2=Text is formated with 'ok' color. * @param int $color 0=texte only, 1=Text is formated with a color font style ('ok' or 'error'), 2=Text is formated with 'ok' color.
* @return string HTML string * @return string HTML string
*/ */
function autoOrMamual($automaticmanual, $case = 1, $color = 0) function autoOrManual($automaticmanual, $case = 1, $color = 0)
{ {
global $langs; global $langs;
$result='unknown'; $classname=''; $result='unknown'; $classname='';