We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a9d4e8 + 277b3b9 commit 87f57cdCopy full SHA for 87f57cd
fflib/src/classes/fflib_SObjectSelector.cls
@@ -37,7 +37,7 @@ public abstract with sharing class fflib_SObjectSelector
37
private Boolean CURRENCY_ISO_CODE_ENABLED {
38
get {
39
if(CURRENCY_ISO_CODE_ENABLED == null){
40
- CURRENCY_ISO_CODE_ENABLED = describeWrapper.getFieldsMap().keySet().contains('CurrencyIsoCode');
+ CURRENCY_ISO_CODE_ENABLED = describeWrapper.getFieldsMap().keySet().contains('currencyisocode');
41
}
42
return CURRENCY_ISO_CODE_ENABLED;
43
0 commit comments