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