diff options
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/part_pkg.pm | 2 |
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' => '*', |
