2
0
forked from Wavyzz/dolibarr

FIX : wrong test on dict.php

This commit is contained in:
gauthier
2016-12-13 11:41:26 +01:00
parent 5c4ab99a9a
commit 4dd740fe2f

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')))