Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed the value of Role
ij committed Aug 20, 2020
1 parent f9fede3 commit cac6cec
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/sf/account.rb
@@ -139,7 +139,7 @@ def self.cert_service_subscribers
Supporting_Institution__r.InCommon_Weblink__c
from Service_Institution__c where Service__r.Name = \'InCommon Certificate Service\'
and Service_End_Date__c = null
and (Type_of_Support__c = 'Subscriber' or Type_of_Support__c = 'Subscriber Parent')
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?
end
2 changes: 1 addition & 1 deletion lib/sf/version.rb
@@ -1,3 +1,3 @@
module Sf
VERSION = "0.1.61"
VERSION = "0.1.64"
end

0 comments on commit cac6cec

Please sign in to comment.