selfservice priority sort order, #14029
[freeside.git] / httemplate / misc / cust_main_note-import.cgi
index 79fdd09..72ac556 100644 (file)
@@ -49,8 +49,8 @@
       if ( customerArray.length == 0 )  {
         custnum_obj.value = 'Not found';
         custnum_obj.style.color = '#ff0000';
-      } else if ( customerArray.length == 3 ) {
-       var name = customerArray[1];
+      } else if ( customerArray.length == 5 ) {
+           var name = customerArray[1];
         opt(customer_select,custnum,name,'#000000');
         customer_select.selectedIndex = customer_select.length - 1;
         custnum_obj.value = custnum;