summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-09-20 13:02:58 -0700
committerMark Wells <mark@freeside.biz>2012-09-20 13:03:03 -0700
commit54422869b5d895058a78454ddfc7c01789cb56f7 (patch)
treebfa883d84d2b7f0a73c943c19251e5a603688560
parentdd204a0e9ccfd6374b843fa8e5ad4585768d11e0 (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 70b2d4dd6..6e7f8f87e 100644
--- a/FS/FS/part_pkg.pm
+++ b/FS/FS/part_pkg.pm
@@ -1607,7 +1607,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' => '*',