<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.5848" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN lang=EN-GB style="FONT-SIZE: 12pt"><FONT face=Arial><FONT size=2>Hi
there,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office"
/><o:p></o:p></FONT></FONT></SPAN></DIV>
<DIV>
<P class=MsoNormal><SPAN lang=EN-GB style="FONT-SIZE: 12pt"><o:p><FONT
face=Arial size=2></FONT></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><FONT color=#000000><SPAN lang=EN-GB
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">I have the </SPAN><SPAN
lang=EN-GB style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">following
problem:</SPAN><SPAN lang=EN-GB><o:p></o:p></SPAN></FONT></P></DIV>
<DIV>
<P class=MsoNormal><FONT color=#000000><SPAN lang=EN-GB
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">I’ve disabled
the</SPAN><SPAN lang=EN-GB style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">
modul<SPAN style="COLOR: navy">e</SPAN> "leads"<SPAN style="COLOR: navy">.
</SPAN> <SPAN style="COLOR: navy">When selecting a campaign (</SPAN> <SPAN
style="COLOR: navy">“Marketing”-></SPAN>"Campaigns"<SPAN
style="COLOR: navy">),choosing</SPAN> "More Informations"<SPAN
style="COLOR: navy"> and then trying to load a list by clicking on the button
“Load List” the following JavaScript Error
occurs.:<o:p></o:p></SPAN></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-GB
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial><FONT size=2><SPAN
class=objectboxobjectbox-errormessagehastwistyhasbreakswitchopened><SPAN
lang=EN-GB style="FONT-SIZE: 12pt">$("lead_cv_list") is
undefined</SPAN></SPAN></SPAN><SPAN lang=EN-GB
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><o:p></o:p></SPAN></FONT></FONT></P>
<P class=MsoNormal><SPAN lang=EN-GB
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><o:p><FONT
color=#000000> </FONT></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN lang=EN-GB
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">The attached patch <FONT
color=#000000><SPAN style="COLOR: navy">should</SPAN> fix the problem<SPAN
style="COLOR: navy">. Could you integrate the patch into the next vtiger
release?</SPAN></FONT></SPAN><SPAN lang=EN-GB><o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN lang=EN-GB style="FONT-SIZE: 12pt"><FONT
face=Arial><FONT size=2> <o:p></o:p></FONT></FONT></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">best
regards <o:p></o:p></SPAN></P>
<P class=MsoNormal><SPAN
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><FONT
color=#000000>Stefan<o:p></o:p></FONT></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN style="FONT-SIZE: 12pt"><FONT
face=Arial> <o:p></o:p></FONT></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN style="FONT-SIZE: 12pt"><FONT face=Arial><FONT
size=2> <o:p></o:p></FONT></FONT></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">File can be
found under "Smarty/templates"</SPAN><o:p></o:p></P></DIV>
<DIV>
<P class=MsoNormal><SPAN style="FONT-SIZE: 12pt"><FONT face=Arial><FONT
size=2> <o:p></o:p></FONT></FONT></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN style="FONT-SIZE: 12pt"><FONT face=Arial><FONT
size=2> <o:p></o:p></FONT></FONT></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">---
RelatedLists.tpl_BA 2009-08-25 14:44:55.000000000 +0200<BR>+++
RelatedLists.tpl 2009-08-25 14:47:00.000000000 +0200<BR>@@
-52,11 +52,9 @@<BR> <BR> function
loadCvList(type,id)<BR> {ldelim}<BR>-
if($("lead_cv_list").value != 'None' || $("cont_cv_list").value !=
'None')<BR>-
{ldelim}<BR>-
$("status").style.display="inline";<BR>-
if(type ===
'Leads')<BR>+
if(type === 'Leads' && $("lead_cv_list").value !=
'None')<BR>
{ldelim}<BR>+
$("status").style.display="inline";<BR>
new
Ajax.Request(<BR>
'index.php',<BR>
{ldelim}queue: {ldelim}position: 'end', scope: 'command'{rdelim},<BR>@@ -70,8
+68,9
@@<BR>
);<BR>
{rdelim}<BR> <BR>-
if(type ===
'Contacts')<BR>+
if(type === 'Contacts' || $("cont_cv_list").value !=
'None')<BR>
{ldelim}<BR>+
$("status").style.display="inline";<BR>
new
Ajax.Request(<BR>
'index.php',<BR>
{ldelim}queue: {ldelim}position: 'end', scope: 'command'{rdelim},<BR>@@ -84,7
+83,6
@@<BR>
{rdelim}<BR>
);<BR>
{rdelim}<BR>-
{rdelim}<BR> {rdelim}<BR> </script><BR>
{include file='Buttons_List1.tpl'}</SPAN><o:p></o:p></P></DIV>
<DIV>
<P class=MsoNormal><SPAN style="FONT-SIZE: 12pt"><FONT face=Arial><FONT
size=2> <o:p></o:p></FONT></FONT></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN style="FONT-SIZE: 12pt"><FONT face=Arial><FONT
size=2> <o:p></o:p></FONT></FONT></SPAN></P></DIV>
<DIV>
<P class=MsoNormal><SPAN style="FONT-SIZE: 12pt"><FONT face=Arial><FONT
size=2> <o:p></o:p></FONT></FONT></SPAN></P></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV align=left><FONT face=Arial size=2></FONT> </DIV></BODY></HTML>