fix spelling errors
authorMark Wells <mark@freeside.biz>
Thu, 15 Aug 2013 17:02:17 +0000 (10:02 -0700)
committerMark Wells <mark@freeside.biz>
Thu, 15 Aug 2013 17:02:17 +0000 (10:02 -0700)
httemplate/edit/bulk-part_pkg.html
httemplate/edit/process/bulk-part_pkg.html

index 1773c9a..9d0792f 100644 (file)
@@ -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;
 </%init>
index f546701..bc5137c 100644 (file)
@@ -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') %>
 % }