summaryrefslogtreecommitdiff
path: root/httemplate/edit/process
diff options
context:
space:
mode:
authorivan <ivan>2007-11-29 23:51:38 +0000
committerivan <ivan>2007-11-29 23:51:38 +0000
commit3a8c9bfb112a266c4d81743275704ca6dbb9266f (patch)
treeb9bcc2ee36fe473f863a7da262be8a77842d22f8 /httemplate/edit/process
parenta66ee54033ec9495dad3db6d1ecaaa03d071363d (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" );
%}
-%
-%
-