Skip to content

Commit

Permalink
Fix issue with decimals in calculated variables
Browse files Browse the repository at this point in the history
  • Loading branch information
alicela committed Oct 30, 2024
1 parent 325430a commit e11b562
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/xslt/structured-variables.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
<xsl:when test="l:VariableRepresentation/r:NumericRepresentation
| l:VariableRepresentation/r:NumericRepresentationReference">
<xsl:choose>
<xsl:when test="l:VariableRepresentation/r:ProcessingInstructionReference">NUMBER</xsl:when>
<xsl:when test="descendant::*/@decimalPositions">
<xsl:choose>
<xsl:when test="descendant::*[@decimalPositions][1]/@decimalPositions!='0'">NUMBER</xsl:when>
Expand Down

0 comments on commit e11b562

Please sign in to comment.