Advertisement
Guest User

Untitled

a guest
Oct 30th, 2014
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <xsl:variable name="amount" select="format-number(ARTICLE_PRICE/PRICE_LINE_AMOUNT, '0,00')" />
  2. <xsl:variable name="quantity" select="format-number($quantity, '0,0#')"/>
  3. <xsl:value-of select="format-number($amount * $quantitytest, '0,00')" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement