From c8d8166c034fe6aef2d1a52da6c68401e61804fc Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 11 Apr 2005 15:31:50 +0000 Subject: [PATCH] Corrige le nom de la page d'aide --- htdocs/fourn/commande/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/fourn/commande/fiche.php b/htdocs/fourn/commande/fiche.php index 6ac15a278bb..cbe400c10f0 100644 --- a/htdocs/fourn/commande/fiche.php +++ b/htdocs/fourn/commande/fiche.php @@ -206,7 +206,7 @@ if ($_GET["action"] == 'create') } } -llxHeader('',$langs->trans("OrderCard"),"Commande"); +llxHeader('',$langs->trans("OrderCard"),"CommandeFournisseur"); $html = new Form($db);