irurzo
03/26/2020, 11:03 PM<td>${tranLine.quantityordered?is_number}</td>
to check if is a number, returns true
then I do this <td>${tranLine.quantityordered?string["0.0000"]}</td>
but this throws For "...[...]" left-hand operand: Expected a hash, but this has evaluated to a string (wrapper: f.t.SimpleScalar):
I mean, this should work right? because Im making sure that the variable is of type number