price format uses thousands seperator. A couple of minor errors too.
$ /purchasing/includes/db/grn_db.inc
/purchasing/includes/db/invoices_db.inc
+# Exchange rate bug when searching a non existing customer
+$ /includes/banking.inc
03-Feb-2010 Chaitanya/Joe
+ Added a Profit and Loss Drilldown page and changed menu link
function get_exchange_rate_from_home_currency($currency_code, $date_)
{
- if ($currency_code == get_company_currency())
+ if ($currency_code == get_company_currency() || $currency_code == null)
return 1.0000;
$date = date2sql($date_);