From a0493738b29bbd222103aceb75e6ac0dc0adf91e Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 30 May 2006 14:45:25 +0000 Subject: [PATCH] =?UTF-8?q?D=E9but=20ajout=20bon=20de=20livraison?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/expedition/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/expedition/fiche.php b/htdocs/expedition/fiche.php index b023da8b137..8742e1daeda 100644 --- a/htdocs/expedition/fiche.php +++ b/htdocs/expedition/fiche.php @@ -510,7 +510,7 @@ else if ($conf->livraison->enabled && $expedition->statut == 1 && $user->rights->expedition->livraison->creer) { - print ''.$langs->trans("DeliveryOrder").''; + print ''.$langs->trans("DeliveryOrder").''; } print ''.$langs->trans('BuildPDF').'';