summaryrefslogtreecommitdiff
path: root/httemplate/misc/email-customer-statement.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-07-11 00:23:40 -0700
committerIvan Kohler <ivan@freeside.biz>2015-07-11 00:23:40 -0700
commita5148c7aabd33464432f9355d7cddf12c2147054 (patch)
treea541b53acb9599efbaa96b9d5ab1565b191a7a9f /httemplate/misc/email-customer-statement.html
parent823d03145596a92a347a0682c64ab1e00818696b (diff)
UI for emailing customer statements on v4, RT#34078
Diffstat (limited to 'httemplate/misc/email-customer-statement.html')
-rw-r--r--httemplate/misc/email-customer-statement.html21
1 files changed, 9 insertions, 12 deletions
diff --git a/httemplate/misc/email-customer-statement.html b/httemplate/misc/email-customer-statement.html
index 92ce1c4d1..df95d7fb3 100644
--- a/httemplate/misc/email-customer-statement.html
+++ b/httemplate/misc/email-customer-statement.html
@@ -1,15 +1,12 @@
-
- <% include('email-customers.html',
- 'form_action' => 'email-customer-statement.html',
- 'title' => 'Send statement to customer',
- 'no_search_fields' => [ 'start_date', 'end_date' ],
- 'alternate_form' => $alternate_form,
- 'post_search_hook' => $post_search_hook,
- 'acl' => $acl,
- 'process_url' => 'process/email-customer-statement.html',
- )
- %>
-
+<& email-customers.html,
+ 'form_action' => 'email-customer-statement.html',
+ 'title' => 'Send statement to customer',
+ 'no_search_fields' => [ 'start_date', 'end_date' ],
+ 'alternate_form' => $alternate_form,
+ 'post_search_hook' => $post_search_hook,
+ 'acl' => $acl,
+ 'process_url' => 'process/email-customer-statement.html',
+&>
<%init>
my $acl = 'Resend invoices';