st-tu-dresden / videoshop

SalesPoint sample application
Apache License 2.0
87 stars 246 forks source link

Make sure money rendering uses conversion service syntax in Thymeleaf templates #60

Closed odrotbohm closed 7 years ago

odrotbohm commented 7 years ago

We need to replace ${order.price} with ${{order.price}} to make sure Spring's ConversionService is used to properly render prices.