diff --git a/htdocs/admin/dict.php b/htdocs/admin/dict.php index bef8c6951bf69619280b70b498896cb5c6298b34..cae081e55e3a47b23072dbc78c48c20ab9ca4c2f 100644 --- a/htdocs/admin/dict.php +++ b/htdocs/admin/dict.php @@ -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')))