From 1e2ad4b030c769ccb155a45cc089b210314b667e Mon Sep 17 00:00:00 2001 From: erics Date: Fri, 10 Jun 2005 16:13:09 +0000 Subject: [PATCH] on affiche founisseur code en plus de code client pour eviter soucis --- htdocs/compta/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/fiche.php b/htdocs/compta/fiche.php index e4cc496e7cb..bb170f3a60f 100644 --- a/htdocs/compta/fiche.php +++ b/htdocs/compta/fiche.php @@ -245,7 +245,7 @@ if ($socid > 0) print ""; print ''.$langs->trans("AccountancyCode").''.$societe->code_compta.''; - print ''.$langs->trans("CustomerCode").''; + print ''.$langs->trans("CustomerCode").'/' . $langs->trans("SupplierCode") . ''; print $societe->code_client; print "";