From 790cc87f9f7a46bc05ba530cadf22941a73edd12 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 8 Jul 2003 20:09:16 +0000 Subject: [PATCH] modif html --- htdocs/societe/notify/fiche.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/htdocs/societe/notify/fiche.php b/htdocs/societe/notify/fiche.php index dfc676c0cc5..352dc8bb8e9 100644 --- a/htdocs/societe/notify/fiche.php +++ b/htdocs/societe/notify/fiche.php @@ -89,9 +89,9 @@ if ( $soc->fetch($socid) ) print '-'; } print ''; - if ($soc->fournisseur) + if ($soc->client) { - print 'Fiche fournisseur'; + print 'Fiche compta'; } else { @@ -132,9 +132,10 @@ if ( $soc->fetch($socid) ) $var=True; while ($i < $num) { + $var = !$var; $obj = $db->fetch_object( $i); - print ''.$obj->firstname . " ".$obj->name.''; + print ''.$obj->firstname . " ".$obj->name.''; print ''.$obj->titre.''; print 'Supprimer'; $i++;