X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fmisc%2Fcust_main_note-import.cgi;h=72ac556fdf5015285628f6616db67a543794b089;hb=5fdd19665fb7c0ad425a99d3dbf9ad7e27fbf44a;hp=79fdd09ff8537071481969cebbdbf11266990eb0;hpb=0d75dc389fccdb680237aa1e244e13d254d12f02;p=freeside.git diff --git a/httemplate/misc/cust_main_note-import.cgi b/httemplate/misc/cust_main_note-import.cgi index 79fdd09ff..72ac556fd 100644 --- a/httemplate/misc/cust_main_note-import.cgi +++ b/httemplate/misc/cust_main_note-import.cgi @@ -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;