diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-07-17 11:46:37 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-07-17 11:46:37 -0700 |
commit | 85f0e2caa759102f68fe28278faf5f65c7b33b3c (patch) | |
tree | 9df5048c9433d786c38db9b9c0b8fdcf18182912 /httemplate/misc/batch-cust_pay.html | |
parent | f8f4e8e6fd26a0abe8bca4fe6dd1b70b80b55a25 (diff) | |
parent | 0757f503bd30a99edddb6b18fed8ff00c9e91df8 (diff) |
Merge branch 'FREESIDE_3_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE_3_BRANCH
Diffstat (limited to 'httemplate/misc/batch-cust_pay.html')
-rw-r--r-- | httemplate/misc/batch-cust_pay.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/httemplate/misc/batch-cust_pay.html b/httemplate/misc/batch-cust_pay.html index 3b0ebc112..9f2540cc7 100644 --- a/httemplate/misc/batch-cust_pay.html +++ b/httemplate/misc/batch-cust_pay.html @@ -461,6 +461,16 @@ push @footer, ''; push @footer_align, ''; push @onchange, 'toggle_application_row'; +push @header, 'No Auto Allocate'; +push @fields, 'no_auto_apply'; +push @types, 'checkbox'; +push @align, 'c'; +push @sizes, '0'; +push @colors, ''; +push @footer, ''; +push @footer_align, ''; +push @onchange, ''; + #push @header, 'Error'; push @header, ''; push @fields, 'error'; |