[otrs-cvs] otrs/var/httpd/htdocs/js Core.Agent.CustomerSearch.js, 1.16, 1.17
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/var/httpd/htdocs/js
In directory lancelot:/tmp/cvs-serv18288/var/httpd/htdocs/js
Modified Files:
Core.Agent.CustomerSearch.js
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: Core.Agent.CustomerSearch.js
===================================================================
RCS file: /home/cvs/otrs/var/httpd/htdocs/js/Core.Agent.CustomerSearch.js,v
retrieving revision 1.16
retrieving revision 1.17
diff -2 -u -d -r1.16 -r1.17
--- Core.Agent.CustomerSearch.js 1 Apr 2011 09:44:43 -0000 1.16
+++ Core.Agent.CustomerSearch.js 20 Jun 2011 10:02:30 -0000 1.17
@@ -66,5 +66,5 @@
function GetCustomerTickets(CustomerUserID, CustomerID) {
// check if customer tickets should be shown
- if (isNaN(parseInt(Core.Config.Get('Autocomplete.ShowCustomerTickets'), 10))) {
+ if (!parseInt(Core.Config.Get('Autocomplete.ShowCustomerTickets'), 10)) {
return;
}
More information about the cvs-log
mailing list