From 4dd740fe2f4bb1f8da072180b3da731b0809dc62 Mon Sep 17 00:00:00 2001
From: gauthier <gauthier.verdol@atm-consulting.fr>
Date: Tue, 13 Dec 2016 11:41:26 +0100
Subject: [PATCH] FIX : wrong test on dict.php

---
 htdocs/admin/dict.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/htdocs/admin/dict.php b/htdocs/admin/dict.php
index bef8c6951bf..cae081e55e3 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')))
-- 
GitLab