diff options
| author | ivan <ivan> | 2009-10-29 19:08:13 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2009-10-29 19:08:13 +0000 |
| commit | 99eea3e4cc49a10231e3f3bce4b9afb01913ce55 (patch) | |
| tree | 3e07f25ecfdf5add820622a082af787f82fac9fc /httemplate/search/report_cust_main.html | |
| parent | fcc3ddbd03b97b88bf04f6984d7fd3c443fb14b5 (diff) | |
customer classification, RT#6376
Diffstat (limited to 'httemplate/search/report_cust_main.html')
| -rwxr-xr-x | httemplate/search/report_cust_main.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html index f139d4bb5..92df58cfb 100755 --- a/httemplate/search/report_cust_main.html +++ b/httemplate/search/report_cust_main.html @@ -20,6 +20,13 @@ ) %> + <% include( '/elements/tr-select-cust_class.html', + 'label' => 'Class', + 'multiple' => 1, + 'pre_options' => [ '' => '(none)' ], + 'all_selected' => 1, + ) + %> % foreach my $field (qw( signupdate )) { |
