Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/sf/contact.rb
@@ -135,7 +135,7 @@ def self.board_of_trustees_as_of(date=nil)
date ||= Date.today
date = date.strftime('%Y-%m-%d')
where = "Committee__r.Name = 'BOT (Board of Trustees)' and
Start_Date__c <= #{date} and Term_End_Date__c >= #{date} and
Start_Date__c <= #{date} and Actual_End_Date__c >= #{date} and
Contact__c <> null"
build_contacts(from, where)
end
2 changes: 1 addition & 1 deletion lib/sf/version.rb
@@ -1,3 +1,3 @@
module Sf
VERSION = "0.1.18"
VERSION = "0.1.19"
end

0 comments on commit 829e380

Please sign in to comment.