[otrs-cvs] otrs/Kernel/Output/HTML/Standard AgentCustomerSearch.dtl, 1.29, 1.30
CVS commits notifications of OTRS.org
cvs-log at otrs.org
Mon Jun 20 10:02:36 GMT 2011
Comments:
Update of /home/cvs/otrs/Kernel/Output/HTML/Standard
In directory lancelot:/tmp/cvs-serv18288/Kernel/Output/HTML/Standard
Modified Files:
AgentCustomerSearch.dtl
Log Message:
Follow up for: Fixed bug 7400: Setting Ticket::Frontend::ShowCustomerTickets not effective .
http://bugs.otrs.org/show_bug.cgi?id=7400
Author: mg
Index: AgentCustomerSearch.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AgentCustomerSearch.dtl,v
retrieving revision 1.29
retrieving revision 1.30
diff -2 -u -d -r1.29 -r1.30
--- AgentCustomerSearch.dtl 20 Jun 2011 09:40:38 -0000 1.29
+++ AgentCustomerSearch.dtl 20 Jun 2011 10:02:30 -0000 1.30
@@ -17,5 +17,5 @@
Core.Config.Set('Autocomplete.MinQueryLength', "$QData{"minQueryLength"}");
Core.Config.Set('Autocomplete.DynamicWidth', "$Config{"Ticket::Frontend::CustomerSearchAutoComplete::DynamicWidth"}");
- Core.Config.Set('Autocomplete.ShowCustomerTickets', "$Config{"Ticket::Frontend::ShowCustomerTickets"}" > 0);
+ Core.Config.Set('Autocomplete.ShowCustomerTickets', "$Config{"Ticket::Frontend::ShowCustomerTickets"}");
Core.Config.Set('Autocomplete.SearchButtonText', "$JSText{"Search Customer"}");
Core.Agent.CustomerSearch.Init($("#CustomerAutoComplete"), $QData{"ActiveAutoComplete"});
More information about the cvs-log
mailing list