From: mark Date: Wed, 3 Nov 2010 19:51:14 +0000 (+0000) Subject: missing commit from #9947 X-Git-Tag: TORRUS_1_0_9~154 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=7416ca26f38222c7efcf046a4507dbf30b3f565a missing commit from #9947 --- diff --git a/FS/FS/cust_pkg.pm b/FS/FS/cust_pkg.pm index ca464ea09..ce5ee1182 100644 --- a/FS/FS/cust_pkg.pm +++ b/FS/FS/cust_pkg.pm @@ -1300,7 +1300,8 @@ sub process_bulk_cust_pkg { my $new_part_pkg = qsearchs('part_pkg', { pkgpart => $param->{'new_pkgpart'} }); die "Must select a new package type\n" unless $new_part_pkg; - my $keep_dates = $param->{'keep_dates'} || 0; + #my $keep_dates = $param->{'keep_dates'} || 0; + my $keep_dates = 1; # there is no good reason to turn this off local $SIG{HUP} = 'IGNORE'; local $SIG{INT} = 'IGNORE';