From c82d349f864e6bd9f96fd1156903bc1f7193a203 Mon Sep 17 00:00:00 2001 From: cvs2git Date: Mon, 27 Dec 2010 00:04:45 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'TORRUS_1_0_9'. --- httemplate/misc/bulk_pkg_increment_bill.cgi | 50 ----------------------------- 1 file changed, 50 deletions(-) delete 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 deleted file mode 100755 index d594b558a..000000000 --- a/httemplate/misc/bulk_pkg_increment_bill.cgi +++ /dev/null @@ -1,50 +0,0 @@ -<% include('/elements/header-popup.html', "Increment Next 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