Skip to content

Commit 92c32da

Browse files
committed
Merge pull request apex-enterprise-patterns#48 from daveerickson/master
Update to fix deploy, and remove CurrencyIsoCode from RecordType standard object
2 parents 98f1dd3 + f8f4162 commit 92c32da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fflib/src/classes/fflib_SObjectSelector.cls

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ public abstract with sharing class fflib_SObjectSelector
3535
**/
3636
private static Set<String> STANDARD_WITHOUT_CURRENCYISO = new Set<String> { AsyncApexJob.SObjectType.getDescribe().getName()
3737
, ApexClass.SObjectType.getDescribe().getName()
38-
, Attachment.SObjectType.getDescribe().getName() };
38+
, Attachment.SObjectType.getDescribe().getName()
39+
, RecordType.getSObjectType.getDescribe().getName() };
3940

4041
/**
4142
* Should this selector automatically include the FieldSet fields when building queries?

0 commit comments

Comments
 (0)