diff options
-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', |