X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fgraph%2Fcust_bill_pkg.cgi;fp=httemplate%2Fgraph%2Fcust_bill_pkg.cgi;h=d7cae80556624dae048efba38f024fa0582453f5;hb=6b74e2e7a98a11b8b4f62a10676ba8b37ee2ef4f;hp=4070069acd159c4f5e8142db4abfd15f45120672;hpb=0cd9e13c265f6acc6b2cccf58af54c445100e4d0;p=freeside.git diff --git a/httemplate/graph/cust_bill_pkg.cgi b/httemplate/graph/cust_bill_pkg.cgi index 4070069ac..d7cae8055 100644 --- a/httemplate/graph/cust_bill_pkg.cgi +++ b/httemplate/graph/cust_bill_pkg.cgi @@ -10,10 +10,6 @@ 'remove_empty' => 1, 'bottom_total' => 1, 'bottom_link' => "$link;", - 'start_month' => $smonth, - 'start_year' => $syear, - 'end_month' => $emonth, - 'end_year' => $eyear, 'agentnum' => $agentnum, ) %> @@ -22,14 +18,6 @@ die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('Financial reports'); -#find first month -my $syear = $cgi->param('start_year'); # || 1899+$curyear; -my $smonth = $cgi->param('start_month'); # || $curmon+1; - -#find last month -my $eyear = $cgi->param('end_year'); # || 1900+$curyear; -my $emonth = $cgi->param('end_month'); # || $curmon+1; - #XXX or virtual my( $agentnum, $sel_agent ) = ('', ''); if ( $cgi->param('agentnum') =~ /^(\d+)$/ ) {