[freeside-commits] branch FREESIDE_2_3_BRANCH updated. affb7e72a94a429a1f68bf425b82c87ff4fcbed1

Mark Wells mark at 420.am
Thu Sep 20 13:06:46 PDT 2012


The branch, FREESIDE_2_3_BRANCH has been updated
       via  affb7e72a94a429a1f68bf425b82c87ff4fcbed1 (commit)
      from  2af2d70d494ead21b94658091b764f1248193a40 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit affb7e72a94a429a1f68bf425b82c87ff4fcbed1
Author: Mark Wells <mark at freeside.biz>
Date:   Thu Sep 20 13:05:18 2012 -0700

    increase upgrade window from last fix

diff --git a/FS/FS/part_pkg.pm b/FS/FS/part_pkg.pm
index c9b2411..9fcbc4a 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'    => '*',

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/part_pkg.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list