From 24fc6204685155996f78280d91741a968af3cffd Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Thu, 30 Dec 2010 12:38:35 +0000 Subject: [PATCH] [0000434] Javascript error in bank account reconcile --- CHANGELOG.txt | 2 ++ js/reconcile.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5e518213..6b8e1ca5 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -30,6 +30,8 @@ $ /purchasing/includes/po_class.inc $ /admin/gl_setup.php ! Added set_company_pref() function $ /admin/db/company_db.inc +# JS error on focus move +$ /js/reconcile.js 29-Dec-2010 Janusz Dobrowolski ! Hook files inclusion moved to session.inc diff --git a/js/reconcile.js b/js/reconcile.js index 5cac50e5..1a005905 100644 --- a/js/reconcile.js +++ b/js/reconcile.js @@ -21,7 +21,7 @@ function blur_amount(i) { if (i.name=='beg_balance') change = -change; - price_format('difference', get_amount('difference',1,1)+change, user.pdec); + price_format('difference', get_amount('difference',1,1)+change, user.pdec, 1); } var balances = { -- 2.30.2