From 447278ca807c9361560f1f5d114a5de1b48c71bc Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 19 Jul 2024 10:28:28 +1000 Subject: [PATCH] Fixes for twig templatse --- resources/views/templates/payments/tp6.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/templates/payments/tp6.html b/resources/views/templates/payments/tp6.html index c6d38d258589..ed3e7d85f1a4 100644 --- a/resources/views/templates/payments/tp6.html +++ b/resources/views/templates/payments/tp6.html @@ -394,7 +394,7 @@ - ${{ totalPrice|format_currency(2, '.', ',') }} + ${{ totalPrice|format_currency(currency_code) }}