[freeside-commits] freeside/httemplate/edit/process change-cust_pkg.html, 1.1, 1.2

Ivan,,, ivan at wavetail.420.am
Fri Dec 3 19:34:11 PST 2010


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

Modified Files:
	change-cust_pkg.html 
Log Message:
keep dates on package change, RT#10766

Index: change-cust_pkg.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/change-cust_pkg.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- change-cust_pkg.html	10 Jan 2009 23:56:58 -0000	1.1
+++ change-cust_pkg.html	4 Dec 2010 03:34:09 -0000	1.2
@@ -30,6 +30,8 @@
 my %change = map { $_ => scalar($cgi->param($_)) }
                  qw( locationnum pkgpart );
 
+$change{'keep_dates'} = 1;
+
 if ( $cgi->param('locationnum') == -1 ) {
   my $cust_location = new FS::cust_location {
     'custnum' => $cust_pkg->custnum,



More information about the freeside-commits mailing list