#if ($isProjCostPlanned) #set ($hasProjCostPlanned = true) #end #if ($isProjCostSpent) #set ($hasProjCostSpent = true) #end #if ($isProjMHSpent) #set ($hasProjMHSpent = true) #end #if ($isProjMHPlanned) #set ($hasProjMHPlanned = true) #end #parse("jsnumbervalidator.vm") #foreach ($responseValue in $responseValueList) #if ($isProjCostPlanned || $isProjCostSpent || $legaQuestion.getFormatting().equals("000000000001")) #if ($isNRW) #set ($numericValue = $CommonFunctions.simpleDecimalNumber($currentUserId,$responseValue.getResponseValue().toString())) #else #set ($numericValue = $CommonFunctions.simpleDecimalNumber($currentUserId,$CommonFunctions.convertCurrency($currentUserId,$responseValue.getResponseValue().toString()))) #end #else #set ($numericValue = $CommonFunctions.simpleDecimalNumber($currentUserId,$responseValue.getResponseValue().toString())) #end
($CommonFunctions.getCurrencySymbol($currentUserId)) |