From d1e5f4c4aa44ea3ccce5c36e77cd799349ee9c81 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 8 May 2004 14:03:28 +0000 Subject: [PATCH] =?UTF-8?q?New:=20Am=E9lioration=20de=20l'interface=20d'ac?= =?UTF-8?q?tivation/d=E9sactivation=20des=20boxes.=20Bien=20que=20pas=20en?= =?UTF-8?q?core=20utilis=E9e,=20la=20possibilit=E9=20de=20g=E9rer=20diff?= =?UTF-8?q?=E9rentes=20positions/destination=20pour=20les=20boxes=20est=20?= =?UTF-8?q?pr=EAte=20(il=20suffit=20de=20compl=E9ter=20pos=5Farray=20et=20?= =?UTF-8?q?pos=5Fname).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/boxes/box_factures.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/includes/boxes/box_factures.php b/htdocs/includes/boxes/box_factures.php index b21cc7aff80..c56e7e81f35 100644 --- a/htdocs/includes/boxes/box_factures.php +++ b/htdocs/includes/boxes/box_factures.php @@ -24,7 +24,7 @@ if ($user->rights->facture->lire) { $info_box_head = array(); - $info_box_head[] = array('text' => "Les 5 dernières factures enregistrées"); + $info_box_head[] = array('text' => "Les 5 dernières factures clients enregistrées"); $info_box_contents = array();