Closed bmurphy-dev closed 3 months ago
I'm sure this also affects the actual currency symbol depending on an instance's culture settings but someone else would have to test that.
We have updated the template in v16.7 of Rock as part of the commit: https://github.com/SparkDevNetwork/Rock/commit/caa324780c061fb9b286bb62b592192e723b299c
Description
The Rock Default statement template is still using the deprecated
CurrencySymbol
and not using the current| FormatAsCurrency
filter. Most churches use this Rock Default template as a basis for their initial custom templates by copy/pasting the code here as a starting point. Here is the initial migration that inserted this new statement template. Correcting this Rock Default template will require a new migration with these code changes --> Here is a diff of the code needed in the migration What's kind of odd is that this was being deprecated the same time this new template system was being issue in v12.4 on the move to v13 according to the Technical Release Notes Changelog.Actual Behavior
The amount fields rendered in the statements do not format correctly with
,
thousands separators. Example of fields missing the separators:Expected Behavior
The lava in this Rock Default template be up to current standards and display currency values in a sensible manner.
Steps to Reproduce
Issue Confirmation
Rock Version
v13.0 and up
Client Culture Setting
en-US