summaryrefslogtreecommitdiff
path: root/FS/FS
diff options
context:
space:
mode:
authormark <mark>2010-11-03 19:51:14 +0000
committermark <mark>2010-11-03 19:51:14 +0000
commit7416ca26f38222c7efcf046a4507dbf30b3f565a (patch)
tree6671144da9e82dc2ee051617076994718ae48fb6 /FS/FS
parent4969e04fadd6edd9a590dd23e0143b511cb13bc5 (diff)
missing commit from #9947
Diffstat (limited to 'FS/FS')
-rw-r--r--FS/FS/cust_pkg.pm3
1 files changed, 2 insertions, 1 deletions
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';