[freeside-commits] freeside/httemplate/edit REAL_cust_pkg.cgi, 1.32, 1.32.2.1

Mark Wells mark at wavetail.420.am
Sat Jan 28 15:20:34 PST 2012


Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv27334/httemplate/edit

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/REAL_cust_pkg.cgi,v
retrieving revision 1.32
retrieving revision 1.32.2.1
diff -u -w -d -r1.32 -r1.32.2.1
--- REAL_cust_pkg.cgi	27 May 2011 05:56:42 -0000	1.32
+++ REAL_cust_pkg.cgi	28 Jan 2012 23:20:32 -0000	1.32.2.1
@@ -61,6 +61,7 @@
 %#}
   <& .row_display, cust_pkg=>$cust_pkg, column=>'adjourn',  label=>'Adjournment', note=>'(will <b>suspend</b> this package when the date is reached)' &>
   <& .row_display, cust_pkg=>$cust_pkg, column=>'susp',     label=>'Suspension' &>
+  <& .row_display, cust_pkg=>$cust_pkg, column=>'resume',   label=>'Resumption', note=> '(will <b>unsuspend</b> this package when the date is reached' &>
 
   <& .row_display, cust_pkg=>$cust_pkg, column=>'expire',   label=>'Expiration', note=>'(will <b>cancel</b> this package when the date is reached)' &>
   <& .row_display, cust_pkg=>$cust_pkg, column=>'cancel',   label=>'Cancellation' &>
@@ -192,7 +193,7 @@
   $cust_pkg = qsearchs('cust_pkg',{'pkgnum'=>$pkgnum});
   die "No package!" unless $cust_pkg;
 
-  foreach my $col (qw( start_date setup last_bill bill adjourn expire )) {
+  foreach my $col (qw( start_date setup last_bill bill )) {
     my $value = $cgi->param($col);
     $cust_pkg->set( $col, $value ? parse_datetime($value) : '' );
   }



More information about the freeside-commits mailing list