[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 7818763e802ebbcd2221e0b181548e2254a4b3f2
Mark Wells
mark at 420.am
Thu Aug 15 10:10:23 PDT 2013
The branch, FREESIDE_2_3_BRANCH has been updated
via 7818763e802ebbcd2221e0b181548e2254a4b3f2 (commit)
from 21c20fdcfb087c59ae1afb0e5a07be36b38dc3b9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7818763e802ebbcd2221e0b181548e2254a4b3f2
Author: Mark Wells <mark at freeside.biz>
Date: Thu Aug 15 10:02:32 2013 -0700
fix spelling errors
diff --git a/httemplate/edit/bulk-part_pkg.html b/httemplate/edit/bulk-part_pkg.html
index 1773c9a..9d0792f 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;
</%init>
diff --git a/httemplate/edit/process/bulk-part_pkg.html b/httemplate/edit/process/bulk-part_pkg.html
index f546701..bc5137c 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') %>
% }
-----------------------------------------------------------------------
Summary of changes:
httemplate/edit/bulk-part_pkg.html | 1 -
httemplate/edit/process/bulk-part_pkg.html | 2 +-
2 files changed, 1 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list