Skip to content

Commit c87e0ec

Browse files
authored
Merge pull request #10 from turbozapekanka/master
Update DEVDimensionHelper.xml
2 parents f2e051a + ae041c3 commit c87e0ec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

DEVCommon/DEVCommon/AxClass/DEVDimensionHelper.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,8 @@ class DEVDimensionHelper
238238
return newDimensionDefault;
239239
}
240240
//Resolve dimension for the data entity dimension format
241-
private LedgerDimensionAccount resolveDimensionDisplayValue(DimensionDisplayValue _ledgerAccountDisplayValue)
241+
// Method code courtesy of Anton Anisimov https://www.linkedin.com/in/ahtoh/
242+
public LedgerDimensionAccount resolveDimensionDisplayValue(DimensionDisplayValue _ledgerAccountDisplayValue)
242243
{
243244
DefaultDimensionIntegrationStructureDisplay dimensionFormat
244245
= DimensionHierarchy::getDisplayStringDimensionIntegrationStructure(DimensionDataEntityStructureType::DataEntityLedgerDimensionFormat);

0 commit comments

Comments
 (0)