From cb2c5138f11e40d319f62ace338bbdf0c80af3c2 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 7 Dec 2004 14:09:26 +0000 Subject: [PATCH] Affichage du code compta et du code client dans la fiche --- htdocs/compta/fiche.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/htdocs/compta/fiche.php b/htdocs/compta/fiche.php index 8b3f71aecf6..eee52d2884e 100644 --- a/htdocs/compta/fiche.php +++ b/htdocs/compta/fiche.php @@ -231,6 +231,12 @@ if ($socid > 0) } print ""; + + print 'Code compta'.$societe->code_compta.''; + print "Code client"; + print $societe->code_client; + print ""; + print ""; print "
";