From 0497022b2eafaf29744f8a0ee9f202819c3f63a9 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 24 Apr 2006 12:44:47 +0000 Subject: [PATCH] =?UTF-8?q?r=E9cup=E9ration=20de=20l'id=20de=20la=20soci?= =?UTF-8?q?=E9t=E9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/html.form.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index f13ff519414..e2071aee82c 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -1614,7 +1614,7 @@ class Form require_once(DOL_DOCUMENT_ROOT ."/comm/adresse_livraison.class.php"); $livraison=new Livraison($this->db); $livraison->fetch_adresse($selected); - print 'socid.'>'.$livraison->label.''; + print 'socid.'&idl='.$livraison->idl.'&action=edit>'.$livraison->label.''; } else {