From b64ad663a0b694d86079c82c80f9de929b2559af Mon Sep 17 00:00:00 2001 From: levinse Date: Wed, 13 Apr 2011 05:42:38 +0000 Subject: quick payment tool improvements, RT8121 --- httemplate/misc/cust_main_note-import.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'httemplate/misc/cust_main_note-import.cgi') 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; -- cgit v1.2.1