From e60622c294da3cb9ff01355357d532e601d8ddad Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 25 May 2006 20:37:29 +0000 Subject: [PATCH] Suppression info redondante --- htdocs/fourn/facture/fiche.php | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/htdocs/fourn/facture/fiche.php b/htdocs/fourn/facture/fiche.php index 1193c59468f..ca2f681814f 100644 --- a/htdocs/fourn/facture/fiche.php +++ b/htdocs/fourn/facture/fiche.php @@ -400,14 +400,6 @@ else $html->select_date($fac->date_echeance,'ech','','','',"update"); print ''; - $authorfullname=' '; - if ($fac->author) - { - $author = new User($db, $fac->author); - $author->fetch(''); - $authorfullname=$author->fullname; - } - print ''.$langs->trans('Author').''.$authorfullname.''; print ''.$langs->trans('Status').''.$fac->LibStatut($fac->paye,$fac->statut,4).''; print ''; print ''; @@ -545,14 +537,6 @@ else print ''; print ''; - $authorfullname=' '; - if ($fac->author) - { - $author = new User($db, $fac->author); - $author->fetch(''); - $authorfullname=$author->fullname; - } - print ''.$langs->trans('Author').''.$authorfullname.''; print ''.$langs->trans('Status').''.$fac->LibStatut($fac->paye,$fac->statut,4).''; print ''.$langs->trans('AmountHT').''.price($fac->total_ht).''.$langs->trans('Currency'.$conf->monnaie).'';