diff --git a/htdocs/admin/facture.php b/htdocs/admin/facture.php index a0a819549f2..943197cc880 100644 --- a/htdocs/admin/facture.php +++ b/htdocs/admin/facture.php @@ -23,7 +23,7 @@ * \file htdocs/admin/facture.php * \ingroup facture * \brief Page to setup invoice module - * \version $Id: facture.php,v 1.150 2011/07/31 22:23:25 eldy Exp $ + * \version $Id: facture.php,v 1.151 2011/08/16 09:57:02 eldy Exp $ */ require("../main.inc.php"); @@ -586,7 +586,7 @@ if ($conf->banque->enabled) $num = $db->num_rows($resql); $i = 0; if ($num > 0) { - print "'; print ''; while ($i < $num) { @@ -613,7 +613,7 @@ $var=!$var; print ''; print "".$langs->trans("SuggestPaymentByChequeToAddress").""; print ""; -print ''; print ''; print ''; @@ -718,5 +718,5 @@ print "\n"; $db->close(); -llxFooter('$Date: 2011/07/31 22:23:25 $ - $Revision: 1.150 $'); +llxFooter('$Date: 2011/08/16 09:57:02 $ - $Revision: 1.151 $'); ?>