From e146d0fe21d27fc58b7cf6902ade20264dbc5e16 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 25 Jun 2020 02:51:14 +0200 Subject: [PATCH] Fix url --- htdocs/societe/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/societe/list.php b/htdocs/societe/list.php index a8ea2705f66..b34f74e1499 100644 --- a/htdocs/societe/list.php +++ b/htdocs/societe/list.php @@ -1219,7 +1219,7 @@ while ($i < min($num, $limit)) } if ((!empty($conf->fournisseur->enabled) && empty($conf->global->MAIN_USE_NEW_SUPPLIERMOD) || !empty($conf->supplier_order->enabled) || !empty($conf->supplier_invoice->enabled)) && $obj->fournisseur) { - $s .= ''.dol_substr($langs->trans("Supplier"), 0, 1).''; + $s .= ''.dol_substr($langs->trans("Supplier"), 0, 1).''; } print $s; print '';