Hi<br><br>Roberto : Thank you for the fix. The fix has been integrated in vtiger CRM. Kindly refer the following change set.<br><a href="http://trac.vtiger.com/cgi-bin/trac.cgi/changeset/11807">http://trac.vtiger.com/cgi-bin/trac.cgi/changeset/11807
</a><br><br>Carlo : I&#39;ve tested in wip demo(<a href="http://en.vtiger.com/wip/">http://en.vtiger.com/wip/</a>), <a href="http://vtiger.studiosynthesis.biz/504-rc2/">http://vtiger.studiosynthesis.biz/504-rc2/</a> and also in my local setup. I couldn&#39;t get any errors. Refer the attached images that I was tried to reproduce the issue. Kindly let me know in detail to reproduce the issue.
<br><br>Thanks &amp; Regards,<br>Minnie.<br>vtiger Team<br><br><div><span class="gmail_quote">On 1/18/08, <b class="gmail_sendername">carlo beschi</b> &lt;<a href="mailto:carloz@gnumerica.org">carloz@gnumerica.org</a>&gt; wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Roberto, all<br><br>thanks for the fix :-)<br><br>I&#39;ve updated <a href="http://vtiger.studiosynthesis.biz/504-rc2/">
http://vtiger.studiosynthesis.biz/504-rc2/</a> (live demo of<br>vtiger crm&nbsp;&nbsp;5.0.4 RC2 with italian language pack).<br><br>I fixed a second bug of the italian/international version, thanks to<br>Tullio Bezzornia (all credits to him for submitting the bug and
<br>providing the patch :-)):<br><br>while in a module, like Accounts, selecting the module (not the global)<br>search, and the option advanced search, the &quot;show more&quot; option doesn&#39;t<br>work and generates an error
<br><br>invalid flag after regular expression<br>[Break on this error]<br><br>this is because of the &quot;è&quot; character<br><br>Tullio fixed this modifying /include/utils/SearchUtils.php adding at<br>line 528<br><br>$fieldlabel = str_replace (&quot;&#39;&quot;,&quot;`&quot;, $fieldlabel );
<br><br><br>and replacing around line 613<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$CRIT_OPT = &quot;&lt;option<br>value=\&#39;cts\&#39;&gt;&quot;.$app_strings[&#39;contains&#39;].&quot;&lt;/option&gt;&lt;option<br>value=\&#39;dcts\&#39;&gt;&quot;.$app_strings[&#39;does_not_contains&#39;].&quot;&lt;/option&gt;&lt;option
<br>value=\&#39;is\&#39;&gt;&quot;.$app_strings[&#39;is&#39;].&quot;&lt;/option&gt;&lt;option<br>value=\&#39;isn\&#39;&gt;&quot;.$app_strings[&#39;is_not&#39;].&quot;&lt;/option&gt;&lt;option<br>value=\&#39;bwt\&#39;&gt;&quot;.$app_strings[&#39;begins_with&#39;].&quot;&lt;/option&gt;&lt;option
<br>value=\&#39;ewt\&#39;&gt;&quot;.$app_strings[&#39;ends_with&#39;].&quot;&lt;/option&gt;&lt;option<br>value=\&#39;grt\&#39;&gt;&quot;.$app_strings[&#39;greater_than&#39;].&quot;&lt;/option&gt;&lt;option<br>value=\&#39;lst\&#39;&gt;&quot;.$app_strings[&#39;less_than&#39;].&quot;&lt;/option&gt;&lt;option
<br>value=\&#39;grteq\&#39;&gt;&quot;.$app_strings[&#39;greater_or_equal&#39;].&quot;&lt;/option&gt;&lt;option<br>value=\&#39;lsteq\&#39;&gt;&quot;.$app_strings[&#39;less_or_equal&#39;].&quot;&lt;/option&gt;&quot;;<br><br>
with<br><br>$CRIT_OPT = &quot;&lt;option value=\&#39;cts\&#39;&gt;&quot;.str_replace<br>(&quot;&#39;&quot;,&quot;`&quot;,$app_strings[&#39;contains&#39;]).&quot;&lt;/option&gt;&lt;option<br>value=\&#39;dcts\&#39;&gt;&quot;.str_replace
<br>(&quot;&#39;&quot;,&quot;`&quot;,$app_strings[&#39;does_not_contains&#39;]).&quot;&lt;/option&gt;&lt;option<br>value=\&#39;is\&#39;&gt;&quot;.str_replace<br>(&quot;&#39;&quot;,&quot;`&quot;,$app_strings[&#39;is&#39;]).&quot;&lt;/option&gt;&lt;option
<br>value=\&#39;isn\&#39;&gt;&quot;.str_replace<br>(&quot;&#39;&quot;,&quot;`&quot;,$app_strings[&#39;is_not&#39;]).&quot;&lt;/option&gt;&lt;option<br>value=\&#39;bwt\&#39;&gt;&quot;.str_replace<br>(&quot;&#39;&quot;,&quot;`&quot;,$app_strings[&#39;begins_with&#39;]).&quot;&lt;/option&gt;&lt;option
<br>value=\&#39;ewt\&#39;&gt;&quot;.str_replace<br>(&quot;&#39;&quot;,&quot;`&quot;,$app_strings[&#39;ends_with&#39;]).&quot;&lt;/option&gt;&lt;option<br>value=\&#39;grt\&#39;&gt;&quot;.str_replace<br>(&quot;&#39;&quot;,&quot;`&quot;,$app_strings[&#39;greater_than&#39;]).&quot;&lt;/option&gt;&lt;option
<br>value=\&#39;lst\&#39;&gt;&quot;.str_replace<br>(&quot;&#39;&quot;,&quot;`&quot;,$app_strings[&#39;less_than&#39;]).&quot;&lt;/option&gt;&lt;option<br>value=\&#39;grteq\&#39;&gt;&quot;.str_replace<br>(&quot;&#39;&quot;,&quot;`&quot;,$app_strings[&#39;greater_or_equal&#39;]).&quot;&lt;/option&gt;&lt;option
<br>value=\&#39;lsteq\&#39;&gt;&quot;.str_replace<br>(&quot;&#39;&quot;,&quot;`&quot;,$app_strings[&#39;less_or_equal&#39;]).&quot;&lt;/option&gt;&quot;;<br><br><br><br>Ciao,<br><br>Carlo<br><br><br>Santacroce ha scritto:
<br>&gt; Hi there,<br>&gt;<br>&gt; during the test of the RC in italian localization I found a bug: in the<br>&gt; report list page when I click on the '+' button the voices of the menù are<br>&gt; hidden if the value store in
<br>&gt;<br>&gt; $app_list_strings = Array (<br>&gt;<br>&gt;&nbsp;&nbsp; &#39;moduleList&#39;<br>&gt;<br>&gt; are different from the english name. So the menù had all empty voices.<br>&gt;<br>&gt; The code interested from the bug is in the file \Smarty\templates\Report.tpl
<br>&gt; at line 62<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;a href=&quot;javascript:CreateReport(&#39;{$modulename}&#39;);&quot;<br>&gt; class=&quot;drop_down&quot;&gt;- {$APP.$modules}&lt;/a&gt;<br>&gt;<br>&gt; To correct this bug replace this string with
<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;a href=&quot;javascript:CreateReport(&#39;{$modulename}&#39;);&quot;<br>&gt; class=&quot;drop_down&quot;&gt;- {$modules}&lt;/a&gt;<br>&gt;<br>&gt; Roberto<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>
&gt; ------------------------------------------------------------------------<br>&gt;<br>&gt; _______________________________________________<br>&gt; Reach hundreds of potential candidates - <a href="http://jobs.vtiger.com">
http://jobs.vtiger.com</a><br><br>_______________________________________________<br>Reach hundreds of potential candidates - <a href="http://jobs.vtiger.com">http://jobs.vtiger.com</a><br></blockquote></div><br>