summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket163.page
blob: aa05e60155bac9f1b8c1a0d16c229796788ebc69 (plain)
1
2
3
4
5
6
7
8
9
<com:TContent ID="Content">
	<h1>Test Ticket #163</h1>
	<h2>Missing currency sign in TNumberFormat if Value is 0</h2>
	<com:TNumberFormat Type="currency" Culture="no" Currency="NOK" Value="100"/>
	<hr />
	<com:TNumberFormat Type="currency" Culture="no" Currency="NOK" Value="0"/>
	<hr />
	<com:TNumberFormat Type="currency" Culture="no" Currency="NOK" Value="-100"/>
</com:TContent>