From: Mark Wells Date: Thu, 15 Aug 2013 17:02:26 +0000 (-0700) Subject: fix spelling errors X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=22a2961bb218bd7f02606ce17a56186b7c107239;p=freeside.git fix spelling errors --- diff --git a/httemplate/edit/bulk-part_pkg.html b/httemplate/edit/bulk-part_pkg.html index 1773c9a8b..9d0792f54 100644 --- a/httemplate/edit/bulk-part_pkg.html +++ b/httemplate/edit/bulk-part_pkg.html @@ -68,5 +68,4 @@ foreach my $num (keys %report_class) { $initial_state{$num} = ''; } # else, uh, you didn't provide any pkgparts } -warn Dumper \%initial_state; diff --git a/httemplate/edit/process/bulk-part_pkg.html b/httemplate/edit/process/bulk-part_pkg.html index f546701e8..bc5137cdd 100644 --- a/httemplate/edit/process/bulk-part_pkg.html +++ b/httemplate/edit/process/bulk-part_pkg.html @@ -1,6 +1,6 @@ % if ( $error ) { % $cgi->param('error', $error); -<% $cgi->redirect(popurl(3).'/edit/bulk-part_pkg.cgi?', $cgi->query_string) %> +<% $cgi->redirect(popurl(3).'/edit/bulk-part_pkg.html?', $cgi->query_string) %> % } else { <% $cgi->redirect(popurl(3).'/browse/part_pkg.cgi') %> % }