What steps will reproduce the problem?
1. Use US$ for currency:
$config['Currency'] = array(
'code' => 'USD',
'symbol_left' => '$',
'symbol_right' => '',
'decimal_digits' => '2',
'thousands_point' => ',',
'decimal_point' => '.',
);
What is the expected output? What do you see instead?
Expected, prices rendered without a space, i.e. "$50.95". Instead I see "$
50.95"
What version of the product are you using? On what operating system?
1.1 alpha, rev. 517
Please provide any additional information below.
Original issue reported on code.google.com by saltori...@gmail.com on 20 Oct 2007 at 7:11
Original issue reported on code.google.com by
saltori...@gmail.com
on 20 Oct 2007 at 7:11