[freeside-commits] freeside/httemplate/edit/process REAL_cust_pkg.cgi, 1.16, 1.16.4.1
Mark Wells
mark at wavetail.420.am
Sat Jan 28 15:20:34 PST 2012
Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail.420.am:/tmp/cvs-serv27334/httemplate/edit/process
Modified Files:
Tag: FREESIDE_2_3_BRANCH
REAL_cust_pkg.cgi
Log Message:
future package unsuspend date, #14144
Index: REAL_cust_pkg.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/REAL_cust_pkg.cgi,v
retrieving revision 1.16
retrieving revision 1.16.4.1
diff -u -w -d -r1.16 -r1.16.4.1
--- REAL_cust_pkg.cgi 4 Nov 2010 21:29:22 -0000 1.16
+++ REAL_cust_pkg.cgi 28 Jan 2012 23:20:32 -0000 1.16.4.1
@@ -20,7 +20,8 @@
my $old = qsearchs('cust_pkg',{'pkgnum'=>$pkgnum});
my %hash = $old->hash;
$hash{$_}= $cgi->param($_) ? parse_datetime($cgi->param($_)) : ''
- foreach qw( start_date setup bill last_bill adjourn expire contract_end );
+ foreach qw( start_date setup bill last_bill contract_end );
+ # adjourn, expire, resume not editable this way
my @errors = ();
More information about the freeside-commits
mailing list