summaryrefslogtreecommitdiff
path: root/httemplate/misc/cust_main_note-import.cgi
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-04-22 17:14:43 -0700
committerIvan Kohler <ivan@freeside.biz>2014-04-22 17:14:43 -0700
commit16fde520a71f364cc8c941290ab293b6d7cd98ef (patch)
tree3eb77063b06c6d070339848a39f5a06e9f3a6766 /httemplate/misc/cust_main_note-import.cgi
parentaf167dc766fad944b32ca7dc431b2549943b94dd (diff)
show display_custnum on quick payment entry, RT#28616
Diffstat (limited to 'httemplate/misc/cust_main_note-import.cgi')
-rw-r--r--httemplate/misc/cust_main_note-import.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/cust_main_note-import.cgi b/httemplate/misc/cust_main_note-import.cgi
index 186289517..2e7dc8b65 100644
--- a/httemplate/misc/cust_main_note-import.cgi
+++ b/httemplate/misc/cust_main_note-import.cgi
@@ -49,7 +49,7 @@
if ( customerArray.length == 0 ) {
custnum_obj.value = 'Not found';
custnum_obj.style.color = '#ff0000';
- } else if ( customerArray.length == 5 ) {
+ } else if ( customerArray.length >= 5 ) {
var name = customerArray[1];
opt(customer_select,custnum,name,'#000000');
customer_select.selectedIndex = customer_select.length - 1;