[freeside-commits] freeside/httemplate/edit/process REAL_cust_pkg.cgi, 1.16, 1.17
Mark Wells
mark at wavetail.420.am
Sat Jan 28 15:20:13 PST 2012
Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail.420.am:/tmp/cvs-serv27110/httemplate/edit/process
Modified Files:
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.17
diff -u -w -d -r1.16 -r1.17
--- REAL_cust_pkg.cgi 4 Nov 2010 21:29:22 -0000 1.16
+++ REAL_cust_pkg.cgi 28 Jan 2012 23:20:11 -0000 1.17
@@ -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