[freeside-commits] branch FREESIDE_3_BRANCH updated. 2a5840941e01e1d6b83ad5f9e1039eb844dc5071

Ivan ivan at 420.am
Tue Jun 3 12:14:43 PDT 2014


The branch, FREESIDE_3_BRANCH has been updated
       via  2a5840941e01e1d6b83ad5f9e1039eb844dc5071 (commit)
      from  3a2735aa934bde27e181b905412afca6b996688b (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 2a5840941e01e1d6b83ad5f9e1039eb844dc5071
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Jun 3 12:14:38 2014 -0700

    fix installer scheduling in 3.x, RT#16584

diff --git a/FS/FS/sched_avail.pm b/FS/FS/sched_avail.pm
index 912ad54..c13b134 100644
--- a/FS/FS/sched_avail.pm
+++ b/FS/FS/sched_avail.pm
@@ -3,7 +3,7 @@ use base qw( FS::Record );
 
 use strict;
 #use FS::Record qw( qsearch qsearchs );
-use FS::sched_avail;
+use FS::sched_item;
 
 =head1 NAME
 
@@ -101,7 +101,7 @@ sub check {
 
   my $error = 
     $self->ut_numbern('availnum')
-    || $self->ut_foreign_key('itemnum', 'sched_avail', 'itemnum')
+    || $self->ut_foreign_key('itemnum', 'sched_item', 'itemnum')
     || $self->ut_number('wday')
     || $self->ut_number('stime')
     || $self->ut_number('etime')

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

Summary of changes:
 FS/FS/sched_avail.pm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list