diff --git a/htdocs/compta/bank/budget.php b/htdocs/compta/bank/budget.php
index 5586644ad20..9c7af91bde4 100644
--- a/htdocs/compta/bank/budget.php
+++ b/htdocs/compta/bank/budget.php
@@ -44,9 +44,8 @@ if ($_GET["bid"] == 0)
{
/*
* Liste mouvements par catégories d'écritures financières
- * \todo Le terme "budget" du rapport n'est pas approprié. Il s'agit d'un rapport sur l'existant et non d'un prévisionnel.
*/
- print_titre("Budgets");
+ print_titre("Ecritures bancaires par catégories");
print '
';
print '
| Date | '.$langs->trans("Description").' | '.$langs->trans("Amount").' | '; + print ' | '.$langs->trans("Date").' | '; + print ''.$langs->trans("Bank").' | '; + print ''.$langs->trans("Description").' | '.$langs->trans("Amount").' | '; print " |
| ".strftime("%d %B %Y",$objp->do)." | \n"; + print "".dolibarr_print_date($objp->do)." | \n"; - print "rowid\">$objp->label | "; + print "bankid\">$objp->labelcompte | "; + print "rowid\">".img_object($langs->trans("ShowPayment"),"payment").' '.$objp->label.' | '; print "".price(0 - $objp->amount)." | "; print " | ||
| '.$langs->trans("Total")." | ".price(abs($total))." | ".$conf->monnaie." | ||||||
| '.$langs->trans("Total")." | ".price(abs($total))." | ".$conf->monnaie." | ||||||