diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2015-07-13 22:24:39 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2015-07-13 22:24:39 -0700 |
| commit | c2ab0eeae00821ad4d32c1f976b710ccdf08f503 (patch) | |
| tree | e143f6adaf5da5c2a521b65c13c6e0fc158b5cac /httemplate/misc/batch-cust_pay.html | |
| parent | 2279ca7ed94e69dd17cc8f67f8504b743127a38c (diff) | |
| parent | d0b51206d9d8ba21b820df6be0a342179fea68aa (diff) | |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
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'; |
