X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fgraph%2Freport_cust_signup.html;h=bfe78818895ee7a2d6c9cb5c8dc786ac45851965;hp=d4ea8c21546795dd0590c68f758bb19ba246d54e;hb=b71b1576c68bc40ad26592b354feace37a029f0e;hpb=84996f424d915fc7a519c3628707479321c669b2 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, &>