[freeside-commits] freeside/httemplate/edit/process REAL_cust_pkg.cgi, 1.8, 1.9
Ivan,,,
ivan at wavetail.420.am
Thu Nov 29 15:51:39 PST 2007
Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail:/tmp/cvs-serv6961/process
Modified Files:
REAL_cust_pkg.cgi
Log Message:
fix dates going all wacky on errors, when you're asked to confirm a date move into the past
Index: REAL_cust_pkg.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/REAL_cust_pkg.cgi,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- REAL_cust_pkg.cgi 26 Jun 2007 15:37:18 -0000 1.8
+++ REAL_cust_pkg.cgi 29 Nov 2007 23:51:37 -0000 1.9
@@ -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" );
%}
-%
-%
-
More information about the freeside-commits
mailing list