summaryrefslogtreecommitdiff
path: root/httemplate/search/cust_msg.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-09-18 10:57:21 -0700
committerMark Wells <mark@freeside.biz>2015-09-18 12:01:18 -0700
commit2581d8f2341ac8def1a712cfe70543ec5f7b0959 (patch)
tree17716d31792cedb907b40caefe07ba351970b53a /httemplate/search/cust_msg.html
parent8cb529e14f605eeb4bf9bf0faa3534e864d55746 (diff)
send commission reports by email, #33101
Diffstat (limited to 'httemplate/search/cust_msg.html')
-rw-r--r--httemplate/search/cust_msg.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/search/cust_msg.html b/httemplate/search/cust_msg.html
index c5222e105..8976925f7 100644
--- a/httemplate/search/cust_msg.html
+++ b/httemplate/search/cust_msg.html
@@ -144,11 +144,12 @@ include('/elements/select.html',
include('/elements/select.html',
'field' => 'msgtype',
'curr_value' => $cgi->param('msgtype') || '',
- 'options' => [ '', 'invoice', 'receipt', 'admin' ],
+ 'options' => [ '', 'invoice', 'receipt', 'admin', 'report' ],
'labels' => { '' => '(any)',
'invoice' => 'Invoices',
'receipt' => 'Receipts',
'admin' => 'Admin notices',
+ 'report' => 'Reports',
},
) .
'</TD>