From 241ef51968fe88b72bd203947a75a4de6defad8b Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 30 Nov 2005 16:44:18 +0000 Subject: [PATCH] Fix: bug #15075 - merci ludovic --- htdocs/compta/propal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/propal.php b/htdocs/compta/propal.php index 9d8c36407d6..721a8a04578 100644 --- a/htdocs/compta/propal.php +++ b/htdocs/compta/propal.php @@ -292,7 +292,7 @@ if ($_GET["propalid"] > 0) print ''; print '
'; print ''; - $form->select_projects($societe->id, $propal->projetidp, 'projetidp'); + $html->select_projects($societe->id, $propal->projetidp, 'projetidp'); print ''; print ''; print '
';