From f4a171b959a966f0317c27fc31590e05bb409a35 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 24 Mar 2006 18:10:36 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Modif=20esth=E9tique=20mineure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/fourn/fiche.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/fourn/fiche.php b/htdocs/fourn/fiche.php index e4405b5c399..99cc8dc6a19 100644 --- a/htdocs/fourn/fiche.php +++ b/htdocs/fourn/fiche.php @@ -1,7 +1,7 @@ * Copyright (C) 2003 Éric Seigne - * Copyright (C) 2004-2005 Laurent Destailleur + * Copyright (C) 2004-2006 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -273,7 +273,7 @@ if ( $societe->fetch($socid) ) print img_object($langs->trans('ShowBill'),'bill').' '.$obj->facnumber.' '.dolibarr_trunc($obj->libelle,14).''; print ''.dolibarr_print_date($obj->df).''; print ''.price($obj->amount).''; - print ''.$facturestatic->LibStatut($obj->paye,$obj->fk_statut,2).''; + print ''.$facturestatic->LibStatut($obj->paye,$obj->fk_statut,2).''; print ''; $i++; } @@ -406,5 +406,5 @@ else } $db->close(); -llxFooter("Dernière modification $Date$ révision $Revision$"); +llxFooter('$Date$ - $Revision$'); ?>