diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-07-13 18:33:52 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-07-16 00:05:16 -0500 |
commit | e80770898cc86365b335845dd1a02b4d82bd7e40 (patch) | |
tree | 74883bf65d4a26c936b027859e699da4d7f5dd09 /httemplate/misc/batch-cust_pay.html | |
parent | f28d38924a13370bdc308a37de74b9bdc0aaf195 (diff) |
RT#31594: Unapplied payment issues
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'; |