Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
removed the restriction for Service_End_Date__c in cert_subscribers
ij committed Aug 20, 2020
1 parent 739d913 commit f9fede3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sf/account.rb
@@ -138,7 +138,7 @@ def self.cert_service_subscribers
Supporting_Institution__r.InCommon_Participant_Type__c,
Supporting_Institution__r.InCommon_Weblink__c
from Service_Institution__c where Service__r.Name = \'InCommon Certificate Service\'
and (Service_End_Date__c = null or Service_End_Date__c ='')
and Service_End_Date__c = null
and (Type_of_Support__c = 'Subscriber' or Type_of_Support__c = 'Subscriber Parent')
and Do_Not_Publish__c <> true")
build_collection sobjects.map(&:Supporting_Institution__r) unless sobjects.blank?

0 comments on commit f9fede3

Please sign in to comment.