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";