From 2419a740ea77d7c1fd2151dbf8822fc40fd94053 Mon Sep 17 00:00:00 2001 From: mark Date: Wed, 24 Feb 2010 23:32:47 +0000 Subject: RT#7132: bulk increment package bill dates --- httemplate/misc/bulk_pkg_increment_bill.cgi | 50 +++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100755 httemplate/misc/bulk_pkg_increment_bill.cgi (limited to 'httemplate/misc/bulk_pkg_increment_bill.cgi') diff --git a/httemplate/misc/bulk_pkg_increment_bill.cgi b/httemplate/misc/bulk_pkg_increment_bill.cgi new file mode 100755 index 000000000..79bc0cd3e --- /dev/null +++ b/httemplate/misc/bulk_pkg_increment_bill.cgi @@ -0,0 +1,50 @@ +<% include('/elements/header-popup.html', "Increment Bill Date") %> + +% if ( $cgi->param('error') ) { + Error: <% $cgi->param('error') %> +

+% } + +
+ +%# some false laziness w/search/cust_pkg.cgi + + +% for my $param (qw(agentnum custnum magic status classnum custom censustract)) { + +% } +% +% foreach my $pkgpart ($cgi->param('pkgpart')) { + +% } +% +% foreach my $field (qw( setup last_bill bill adjourn susp expire cancel )) { +% + "> + "> + "> + "> +% } + +<% ntable('#cccccc') %> + + + Days to increment: + + + + + +
+ + +
+ + + +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Bulk change customer packages'); + + -- cgit v1.2.1