Skip to content

Parse through thousands separators in calculateTaxAmount. Refs #7

Francis (Agileware) requested to merge agilewarefj/mjwshared:CIVISTRIPE-3 into master

This uses a regular expression to try and extract the whole number from the totalTaxAmount div.

Would prefer to be using an attribute on the totalTaxAmount div or similar, but that would of course require a core change.

Merge request reports