From 637b648a89d0ce13c8de4d368f8e5b5ad9cd566d Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 15 Feb 2006 17:26:16 +0000 Subject: [PATCH] =?UTF-8?q?ajout=20lien=20soci=E9t=E9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/facture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 02d2a74e859..afaa8833ed0 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -654,7 +654,7 @@ if ($_GET['action'] == 'create') print ''.$langs->trans('Ref').''.$langs->trans('Draft').''; print ''; - print ''.$langs->trans('Company').''.$soc->nom.''; + print ''.$langs->trans('Company').''.$soc->nom_url.''; print ''; print ''.$langs->trans('Author').''.$user->fullname.'';