[freeside-commits] freeside/httemplate/edit/process REAL_cust_pkg.cgi, 1.7, 1.7.2.1
Jeff Finucane,420,,
jeff at wavetail.420.am
Tue Jun 26 08:36:51 PDT 2007
Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail:/tmp/cvs-serv2363/httemplate/edit/process
Modified Files:
Tag: FREESIDE_1_7_BRANCH
REAL_cust_pkg.cgi
Log Message:
suspend later just like expire (#1487)
Index: REAL_cust_pkg.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/REAL_cust_pkg.cgi,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -u -d -r1.7 -r1.7.2.1
--- REAL_cust_pkg.cgi 23 Aug 2006 22:25:37 -0000 1.7
+++ REAL_cust_pkg.cgi 26 Jun 2007 15:36:49 -0000 1.7.2.1
@@ -7,6 +7,7 @@
%$hash{'bill'} = $cgi->param('bill') ? str2time($cgi->param('bill')) : '';
%$hash{'last_bill'} =
% $cgi->param('last_bill') ? str2time($cgi->param('last_bill')) : '';
+%$hash{'adjourn'} = $cgi->param('adjourn') ? str2time($cgi->param('adjourn')) : '';
%$hash{'expire'} = $cgi->param('expire') ? str2time($cgi->param('expire')) : '';
%
%my $new;
More information about the freeside-commits
mailing list