From: Janusz Dobrowolski Date: Thu, 30 Dec 2010 12:38:35 +0000 (+0000) Subject: [0000434] Javascript error in bank account reconcile X-Git-Tag: 2.3-final~838 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=24fc6204685155996f78280d91741a968af3cffd;p=fa-stable.git [0000434] Javascript error in bank account reconcile --- 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 = {