From e75759a125ca4e4c4b6c711f06d19c8c13fd7808 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 21 Oct 2006 18:25:45 +0000 Subject: [PATCH] =?UTF-8?q?D=E9but=20gestion=20paiement=20sur=20les=20avoi?= =?UTF-8?q?rs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/paiement.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/paiement.php b/htdocs/compta/paiement.php index 26534fa212a..024b559c085 100644 --- a/htdocs/compta/paiement.php +++ b/htdocs/compta/paiement.php @@ -243,9 +243,12 @@ if ($_GET['action'] == 'create' || $_POST['action'] == 'add_paiement') print "\n"; print ''; - print ''; + print ''; - print ''.$langs->trans('Numero').'
Numéro du chèque / virement'; + print ''.$langs->trans('Numero'); + print ' (Numéro chèque ou virement)'; // \todo a traduire + print ''; + print ''; print ''; if ($conf->banque->enabled)