[freeside-commits] branch master updated. 54422869b5d895058a78454ddfc7c01789cb56f7

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


The branch, master has been updated
       via  54422869b5d895058a78454ddfc7c01789cb56f7 (commit)
      from  dd204a0e9ccfd6374b843fa8e5ad4585768d11e0 (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 54422869b5d895058a78454ddfc7c01789cb56f7
Author: Mark Wells <mark at freeside.biz>
Date:   Thu Sep 20 13:02:58 2012 -0700

    increase upgrade window from last fix

diff --git a/FS/FS/part_pkg.pm b/FS/FS/part_pkg.pm
index 70b2d4d..6e7f8f8 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'    => '*',

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

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




More information about the freeside-commits mailing list