summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-09-20 13:05:18 -0700
committerMark Wells <mark@freeside.biz>2012-09-20 13:05:18 -0700
commitaffb7e72a94a429a1f68bf425b82c87ff4fcbed1 (patch)
tree2a17af66b7437b595080214e710181a15bc6d4b9
parent2af2d70d494ead21b94658091b764f1248193a40 (diff)
increase upgrade window from last fix
-rw-r--r--FS/FS/part_pkg.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_pkg.pm b/FS/FS/part_pkg.pm
index c9b241103..9fcbc4a8c 100644
--- a/FS/FS/part_pkg.pm
+++ b/FS/FS/part_pkg.pm
@@ -1516,7 +1516,7 @@ sub _upgrade_data { # class method
);
if ( $bad_upgrade ) {
my $where = 'WHERE history_date <= '.$bad_upgrade->_date.
- ' AND history_date > '.($bad_upgrade->_date - 600);
+ ' AND history_date > '.($bad_upgrade->_date - 3600);
my @h_part_pkg_option = map { FS::part_pkg_option->new($_->hashref) }
qsearch({
'select' => '*',