future package unsuspend date, #14144
[freeside.git] / httemplate / edit / process / REAL_cust_pkg.cgi
index 3a62ee0..9c36c8b 100755 (executable)
@@ -20,7 +20,8 @@ my $pkgnum = $cgi->param('pkgnum') or die;
 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 = ();