diff options
Diffstat (limited to 'httemplate/graph/report_cust_signup.html')
-rw-r--r-- | httemplate/graph/report_cust_signup.html | 28 |
1 files changed, 20 insertions, 8 deletions
diff --git a/httemplate/graph/report_cust_signup.html b/httemplate/graph/report_cust_signup.html index d4ea8c215..bfe788188 100644 --- a/httemplate/graph/report_cust_signup.html +++ b/httemplate/graph/report_cust_signup.html @@ -11,17 +11,29 @@ <& /elements/tr-select-from_to.html &> <& /elements/tr-select-agent.html, - 'curr_value' => scalar($cgi->param('agentnum')), - 'label' => 'For agent: ', - 'disable_empty' => 0, + 'curr_value' => scalar($cgi->param('agentnum')), + 'label' => 'For agent: ', + 'disable_empty' => 0, &> <& /elements/tr-select-part_referral.html, - 'curr_value' => scalar($cgi->param('refnum')), - 'label' => 'Advertising source: ', - 'disable_empty' => 0, - 'pre_options' => [ 'all' => 'all (aggregate)' ], - 'empty_label' => 'all (breakdown)', + 'curr_value' => scalar($cgi->param('refnum')), + 'label' => 'Advertising source: ', + 'disable_empty' => 0, + 'pre_options' => [ 'all' => 'all (aggregate)' ], + 'empty_label' => 'all (breakdown)', +&> + +<& /elements/tr-select-cust_class.html, + 'field' => 'cust_classnum', + 'label' => 'Customer class ', + 'multiple' => 1, +&> + +<& /elements/tr-select-pkg_class.html, + 'field' => 'pkg_classnum', + 'label' => 'With package of class ', + 'multiple' => 1, &> <TR> |