hmg65 commented on code in PR #2660:
URL: https://github.com/apache/fineract/pull/2660#discussion_r995114590


##########
fineract-provider/src/main/java/org/apache/fineract/mix/service/XBRLBuilder.java:
##########
@@ -145,7 +145,7 @@ Element addTaxonomy(final Element rootElement, final 
MixTaxonomyData taxonomy, f
     }
 
     private String getUnitRef(final MixTaxonomyData tx) {
-        return tx.isPortfolio() ? UNITID_PURE : UNITID_CUR;
+        return tx.getType() == 5 ? UNITID_PURE : UNITID_CUR;

Review Comment:
   done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to