From: Mark Wells Date: Thu, 20 Sep 2012 20:02:58 +0000 (-0700) Subject: increase upgrade window from last fix X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=54422869b5d895058a78454ddfc7c01789cb56f7 increase upgrade window from last fix --- 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' => '*',