diff options
author | levinse <levinse> | 2011-04-13 05:42:39 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-04-13 05:42:39 +0000 |
commit | 1ac3cf5f38f700f99402111f7e391d2091c60918 (patch) | |
tree | 2c17e53b99649e1360c05ea378a9dc84ef1f25c5 /httemplate/misc/cust_main_note-import.cgi | |
parent | 9199477fb4ab87db98f5a8eb2ee6a051508293a5 (diff) |
quick payment tool improvements, RT8121
Diffstat (limited to 'httemplate/misc/cust_main_note-import.cgi')
-rw-r--r-- | httemplate/misc/cust_main_note-import.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
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; |