summaryrefslogtreecommitdiff
path: root/httemplate/search/cdr.html
diff options
context:
space:
mode:
authorivan <ivan>2009-02-11 18:44:45 +0000
committerivan <ivan>2009-02-11 18:44:45 +0000
commit850f16089f73212d65751dec48e799d83defa6fb (patch)
treedff0102ff096df5d67108490f2fc6bf47c593c57 /httemplate/search/cdr.html
parent28f1899a3486f604cb786b70839534ad68bdf4b6 (diff)
fix select and unselect all buttons on CDR bulk actions, RT#4766
Diffstat (limited to 'httemplate/search/cdr.html')
-rw-r--r--httemplate/search/cdr.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cdr.html b/httemplate/search/cdr.html
index bef49219f..852eebadb 100644
--- a/httemplate/search/cdr.html
+++ b/httemplate/search/cdr.html
@@ -36,7 +36,7 @@
' function setAll(setTo) { '.
' theForm = document.cdrForm;'.
' for (i=0,n=theForm.elements.length;i<n;i++)'.
- ' if (theForm.elements[i].name.indexOf("jobnum") != -1)'.
+ ' if (theForm.elements[i].name.indexOf("acctid") != -1)'.
' theForm.elements[i].checked = setTo;'.
' }'.
'</SCRIPT>';