Skip to content

Commit

Permalink
Invoice search did not work because of this
Browse files Browse the repository at this point in the history
  • Loading branch information
skarcha committed Mar 3, 2011
1 parent 4576c7a commit c44e020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bamboo_system_files/application/helpers/misc_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ function formatNumber($amount = 0.00, $money = FALSE)
$CI =& get_instance();

$currency_decimal = $CI->config->item('currency_decimal');
$currency_thousands = $CI->config->item('currency_thousands');

if ($money) {
$currency_thousands = $CI->config->item('currency_thousands');
$currency_symbol = $CI->settings_model->get_setting('currency_symbol');

if ($CI->settings_model->get_setting('currency_symbol_after') == 'y') {
Expand Down

0 comments on commit c44e020

Please sign in to comment.