X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fprocess%2Fchange-cust_pkg.html;h=dfae846a022c98085886a13ca73e601907aba696;hp=7356e6122d3b7a7d4f08a521bd07fd8d01d4bca8;hb=74e058c8a010ef6feb539248a550d0bb169c1e94;hpb=63a268637b2d51a8766412617724b9436439deb6 diff --git a/httemplate/edit/process/change-cust_pkg.html b/httemplate/edit/process/change-cust_pkg.html index 7356e6122..dfae846a0 100644 --- a/httemplate/edit/process/change-cust_pkg.html +++ b/httemplate/edit/process/change-cust_pkg.html @@ -30,6 +30,8 @@ die 'unknown pkgnum' unless $cust_pkg; 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,