From 371f4b0301e45b1faea45a5a7052f12451e68da5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 14 Nov 2005 20:19:30 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Modif=20esth=E9tiques=20mineures?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/fourn/facture/paiement.php | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/htdocs/fourn/facture/paiement.php b/htdocs/fourn/facture/paiement.php index 0053d315101..7170a1f9b1e 100644 --- a/htdocs/fourn/facture/paiement.php +++ b/htdocs/fourn/facture/paiement.php @@ -21,14 +21,13 @@ * * $Id$ * $Source$ - * */ /** - \file htdocs/fourn/facture/paiement.php - \ingroup fournisseur,facture - \brief Paiements des factures fournisseurs - \version $Revision$ + \file htdocs/fourn/facture/paiement.php + \ingroup fournisseur,facture + \brief Paiements des factures fournisseurs + \version $Revision$ */ @@ -415,8 +414,7 @@ if (! $_GET['action'] && ! $_POST['action']) $objp = $db->fetch_object($resql); $var=!$var; print ''; - print ''.img_object($langs->trans('ShowPayment'),'payment').''; - print ' '.$objp->rowid.''; + print ''.img_object($langs->trans('ShowPayment'),'payment').' '.$objp->rowid.''; print ''.img_object($langs->trans('ShowBill'),'bill').' '.$objp->facnumber.''; print ''.$objp->nom.''; print ''.dolibarr_print_date($objp->dp)."\n";