From 1d532d841987eeba948317cf8f44dc9c8ed62074 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 11 Apr 2005 15:31:26 +0000 Subject: [PATCH] Corrige la page d'aide --- htdocs/fourn/commande/note.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/fourn/commande/note.php b/htdocs/fourn/commande/note.php index 11a2098db74..92d5138cb8f 100644 --- a/htdocs/fourn/commande/note.php +++ b/htdocs/fourn/commande/note.php @@ -55,7 +55,7 @@ if ($_POST["action"] == 'updatenote' && $user->rights->fournisseur->commande->cr } } -llxHeader('',$langs->trans("OrderCard"),"Commande"); +llxHeader('',$langs->trans("OrderCard"),"CommandeFournisseur"); $html = new Form($db);