diff options
author | Mark Wells <mark@freeside.biz> | 2016-04-06 15:29:08 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-04-06 15:34:29 -0700 |
commit | dcbb54b45ff3ac83ec059e5d362b1330bf0fe655 (patch) | |
tree | 571c387b1355ed01dc077c0c79dda486842cae5a | |
parent | 11df448ba461eed4d33fded0f21ed15c155a7896 (diff) |
typo
-rw-r--r-- | httemplate/search/report_cust_event.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/search/report_cust_event.html b/httemplate/search/report_cust_event.html index 29de5bf93..6453500ad 100644 --- a/httemplate/search/report_cust_event.html +++ b/httemplate/search/report_cust_event.html @@ -35,9 +35,9 @@ &> % } else { - % # 'initial' is not on here, since nobody needs to see it. also, - % # 'done_Y' and 'done_N' are shorthand for "done, and no_action - % # is null" and "done, and no_action = 'Y'". +% # 'initial' is not on here, since nobody needs to see it. also, +% # 'done_Y' and 'done_N' are shorthand for "done, and no_action +% # is null" and "done, and no_action = 'Y'". <& /elements/tr-select.html, 'label' => 'Event status', 'field' => 'event_status', |