Skip to content

Commit

Permalink
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/sf/account.rb
@@ -114,7 +114,8 @@ def self.active_inc_parts(service_name)
Supporting_Institution__r.InCommon_Weblink__c
from Service_Institution__c where Service__r.Name = \'#{service_name}\'
and (Service_End_Date__c = null or Service_End_Date__c > today)
and (Service_Start_Date__c = null or Service_Start_Date__c < today)")
and (Service_Start_Date__c = null or Service_Start_Date__c < today)
and Do_Not_Publish__c <> true")
build_collection sobjects.map(&:Supporting_Institution__r) unless sobjects.blank?
end
end
2 changes: 1 addition & 1 deletion lib/sf/version.rb
@@ -1,3 +1,3 @@
module Sf
VERSION = "0.1.31"
VERSION = "0.1.32"
end

0 comments on commit 2649add

Please sign in to comment.