diff options
author | Mark Wells <mark@freeside.biz> | 2014-02-28 17:22:09 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2014-02-28 17:22:09 -0800 |
commit | c2e6d527477334107535c74b44e238cc656f3449 (patch) | |
tree | 9ec3b6c68e32f0b6cbcdf78a8c29a2a50809d066 /httemplate/search/report_477.html | |
parent | a6aab02211b2efd3790f7c2b55365dc7bc3294ca (diff) |
477 report as of a specific date, #24980
Diffstat (limited to 'httemplate/search/report_477.html')
-rwxr-xr-x | httemplate/search/report_477.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/httemplate/search/report_477.html b/httemplate/search/report_477.html index b842b1f3f..a5dd70b7c 100755 --- a/httemplate/search/report_477.html +++ b/httemplate/search/report_477.html @@ -29,6 +29,13 @@ 'records' => \@states, &> + <& /elements/tr-input-date-field.html, { + 'label' => 'As of date', + 'name' => 'date', + 'value' => '', + 'format' => '%m/%d/%Y' + } &> + <% include( '/elements/tr-select-pkg_class.html', 'multiple' => 1, 'empty_label' => '(empty class)', |