summaryrefslogtreecommitdiff
path: root/httemplate/edit/process
diff options
context:
space:
mode:
authorivan <ivan>2007-11-29 23:51:37 +0000
committerivan <ivan>2007-11-29 23:51:37 +0000
commit49d37cfcbe366b28de81944ebe28e4f768942ec1 (patch)
tree7ab54036b1475cc5f160e95085408900dc83e27b /httemplate/edit/process
parent562f095ef72c0b610906bc6b80a58a01afcabb12 (diff)
fix dates going all wacky on errors, when you're asked to confirm a date move into the past
Diffstat (limited to 'httemplate/edit/process')
-rwxr-xr-xhttemplate/edit/process/REAL_cust_pkg.cgi5
1 files changed, 0 insertions, 5 deletions
diff --git a/httemplate/edit/process/REAL_cust_pkg.cgi b/httemplate/edit/process/REAL_cust_pkg.cgi
index 9255672c0..ec951c86c 100755
--- a/httemplate/edit/process/REAL_cust_pkg.cgi
+++ b/httemplate/edit/process/REAL_cust_pkg.cgi
@@ -1,5 +1,3 @@
-%
-%
%my $pkgnum = $cgi->param('pkgnum') or die;
%my $old = qsearchs('cust_pkg',{'pkgnum'=>$pkgnum});
%my %hash = $old->hash;
@@ -31,6 +29,3 @@
% print $cgi->redirect(popurl(3). "view/cust_main.cgi?$custnum".
% "#cust_pkg$pkgnum" );
%}
-%
-%
-