FIX : wrong test on dict.php
This commit is contained in:
parent
5c4ab99a9a
commit
4dd740fe2f
@ -1292,8 +1292,6 @@ if ($id)
|
|||||||
}
|
}
|
||||||
else if ($fieldlist[$field]=='taux') {
|
else if ($fieldlist[$field]=='taux') {
|
||||||
$valuetoshow = price($valuetoshow, 0, $langs, 0, 0);
|
$valuetoshow = price($valuetoshow, 0, $langs, 0, 0);
|
||||||
if ($obj->localtax1 == 0)
|
|
||||||
$valuetoshow = '';
|
|
||||||
$align="right";
|
$align="right";
|
||||||
}
|
}
|
||||||
else if (in_array($fieldlist[$field],array('recuperableonly')))
|
else if (in_array($fieldlist[$field],array('recuperableonly')))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user