Amrinder0001 / bakesale

Automatically exported from code.google.com/p/bakesale
1 stars 0 forks source link

Space between left currency sign and amount #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by putkonen...@gmail.com on 28 Oct 2007 at 10:50