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$'); ?>