From d80f1fbc19a17e3564fc4157893023f4632f6487 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 21 Apr 2006 23:29:47 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Correction=20typographique=20Utilisation?= =?UTF-8?q?=20traduction=20de=20NoOtherDeliveryAddress=20plus=20courte=20p?= =?UTF-8?q?our=20=E9viter=20formulaire=20tronqu=E9/surcharg=E9.=20New:=20C?= =?UTF-8?q?onditionnement=20de=20la=20gestion=20des=20adresses=20de=20livr?= =?UTF-8?q?aisons=20sur=20activation=20du=20module=20commande=20ou=20exped?= =?UTF-8?q?ition.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/commande/fiche.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php index f81542837fd..a941ff21ac1 100644 --- a/htdocs/commande/fiche.php +++ b/htdocs/commande/fiche.php @@ -715,10 +715,10 @@ else // adresse de livraison print ''; print ''; - if ($_GET['action'] != 'editdelivery_adress' && $commande->brouillon) print ''; + if ($_GET['action'] != 'editdelivery_adress' && $commande->brouillon) print ''; print '
'; - print $langs->trans('DeliveryAdress'); + print $langs->trans('DeliveryAddress'); print 'soc_id.'&id='.$commande->id.'">'.img_edit($langs->trans('SetDeliveryAdress'),1).'soc_id.'&id='.$commande->id.'">'.img_edit($langs->trans('SetDeliveryAddress'),1).'
'; print ''; if ($_GET['action'] == 'editdelivery_adress')