Merge pull request #6166 from atm-gauthier/3.9_fix_wrong_test

FIX : wrong test on dict.php
This commit is contained in:
Laurent Destailleur 2016-12-18 10:58:32 +01:00 committed by GitHub
commit b3d5f40f37

View File

@ -1292,8 +1292,6 @@ if ($id)
}
else if ($fieldlist[$field]=='taux') {
$valuetoshow = price($valuetoshow, 0, $langs, 0, 0);
if ($obj->localtax1 == 0)
$valuetoshow = '';
$align="right";
}
else if (in_array($fieldlist[$field],array('recuperableonly')))