From 6905e054712e42ca8d5c7a8cee8a7616bdd6ec05 Mon Sep 17 00:00:00 2001 From: jfefe Date: Thu, 14 Feb 2013 14:58:09 +0100 Subject: [PATCH] Fix : bad method name for prospect status --- htdocs/comm/prospect/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/prospect/list.php b/htdocs/comm/prospect/list.php index 69aaab9e68e..37e97255fef 100755 --- a/htdocs/comm/prospect/list.php +++ b/htdocs/comm/prospect/list.php @@ -398,7 +398,7 @@ if ($resql) print ''.dol_print_date($db->jdate($obj->datec)).''; // Level print ''; - print $prospectstatic->LibLevel($obj->fk_prospectlevel); + print $prospectstatic->getLibProspLevel($obj->fk_prospectlevel); print ""; // Statut print '';