From 6064042ad2f2ac1982437b1251cd5cefafe63445 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 21 Apr 2006 15:34:42 +0000 Subject: [PATCH] bugfix --- htdocs/commande/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php index 580d78df805..baa1d013a85 100644 --- a/htdocs/commande/fiche.php +++ b/htdocs/commande/fiche.php @@ -710,7 +710,7 @@ else print $langs->trans('DeliveryAdress'); print ''; - if ($_GET['action'] != 'editdelivery_adress' && $commande->brouillon) print '$soc_id.'&id='.$commande->id.'">'.img_edit($langs->trans('SetDeliveryAdress'),1).''; + if ($_GET['action'] != 'editdelivery_adress' && $commande->brouillon) print 'soc_id.'&id='.$commande->id.'">'.img_edit($langs->trans('SetDeliveryAdress'),1).''; print ''; print ''; if ($_GET['action'] == 'editdelivery_adress')