From 1d700cd286c9eba534299aa45693015ca4ddf20b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 4 Apr 2016 13:26:48 +0200 Subject: [PATCH] Keep empty if field value has no value. --- htdocs/contrat/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/contrat/list.php b/htdocs/contrat/list.php index df6e0007023..11d05c60a49 100644 --- a/htdocs/contrat/list.php +++ b/htdocs/contrat/list.php @@ -321,7 +321,7 @@ if ($resql) print ''; } } - else print $langs->trans("NoSalesRepresentativeAffected"); + //else print $langs->trans("NoSalesRepresentativeAffected"); } else {