Skip to content

Fix implementation of AFNumber_Format

Albert Astals Cid requested to merge work/aacid/fix_AFNumber_Format into release/21.12

We did not take sepStyle 3 into account.

Also sepStyle 1 and 0 where mixed up and it didn't work either because replace() needs to be assigned back to the string

BUGS: 445868

Merge request reports