It can be adjusted in the bamboo config file application/config/config.php // setting 'currency_decimal' will use this character instead of a '.' to separate // the cents. For example: $24.67 vs $24,67 vs $24_67... or whatever $config['currency_decimal'] = '.'; // setting 'currency_thousands' will use this character instead of a ' to separate // the thousand. For example: $2'400.00 or $2,400.00 or whatever $config['currency_thousands'] = '\'';
new dompdf 2.0.3 and php 8.2 compatible