X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fmisc%2Fbatch-cust_pay.html;h=ef06441c8b7d1ee1c5fb91ca9c5ccfe2ce5d8957;hb=c81080957a5d09a7a7679a4eed4a7b702dd3d56e;hp=887b92489be370b2504695964a46b791987f4718;hpb=a6fe07e49e3fc12169e801b1ed6874c3a5bd8500;p=freeside.git diff --git a/httemplate/misc/batch-cust_pay.html b/httemplate/misc/batch-cust_pay.html index 887b92489..ef06441c8 100644 --- a/httemplate/misc/batch-cust_pay.html +++ b/httemplate/misc/batch-cust_pay.html @@ -32,6 +32,13 @@ function custnum_update_callback(rownum, prefix) { % } } +function invnum_update_callback(rownum, prefix) { + custnum_update_callback(rownum, prefix); + var enable = document.getElementById('enable_app'+rownum); + enable.checked = true; + toggle_application_row.call(enable); +} + function select_discount_term(row, prefix) { var custnum_obj = document.getElementById('custnum'+prefix+row); var select_obj = document.getElementById('discount_term'+prefix+row); @@ -198,7 +205,6 @@ function change_app_amount() { && amount_unapplied(rownum) > 0 ) { create_application_row(rownum, parseInt(appnum) + 1); - } } @@ -352,6 +358,7 @@ function preload() { footer_align => \@footer_align, onchange => \@onchange, custnum_update_callback => 'custnum_update_callback', + invnum_update_callback => 'invnum_update_callback', add_row_callback => 'add_row_callback', &>