From 21e6fc346135aa15919e97aee234916fe09cd1bd Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 9 Feb 2004 10:55:32 +0000 Subject: [PATCH] =?UTF-8?q?Remplacement=20'Date=20facturation'=20par=20'Da?= =?UTF-8?q?te',=20=E9viter=20les=20libell=E9s=20trop=20long=20dans=20les?= =?UTF-8?q?=20titre.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/facture.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index edbe2bf1f7c..3585750094b 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -1336,17 +1336,17 @@ else print ''; print 'Numéro'; print ''; - print_liste_field_titre("Date facturation",$PHP_SELF,"f.datef","","&socidp=$socidp"); + print_liste_field_titre("Date",$PHP_SELF,"f.datef","","&socidp=$socidp"); + print ''; + print ''; + print_liste_field_titre("Société",$PHP_SELF,"s.nom","","&socidp=$socidp"); + print ''; + print ''; + print_liste_field_titre("Montant HT",$PHP_SELF,"s.nom","","&socidp=$socidp"); + print ''; + print ''; + print_liste_field_titre("Montant TTC",$PHP_SELF,"s.nom","","&socidp=$socidp"); print ''; - print ''; - print_liste_field_titre("Société",$PHP_SELF,"s.nom","","&socidp=$socidp"); - print ''; - print ''; - print_liste_field_titre("Montant HT",$PHP_SELF,"s.nom","","&socidp=$socidp"); - print ''; - print ''; - print_liste_field_titre("Montant TTC",$PHP_SELF,"s.nom","","&socidp=$socidp"); - print ''; print 'Reçu'; print 'Status';