From 3372fc5be4e349c252fce079c1346194e9e508c4 Mon Sep 17 00:00:00 2001 From: Alex Arnaud Date: Mon, 17 May 2010 12:14:57 +0200 Subject: [PATCH] Bug 5946 followup : (MT1236) aqplan.pl - Fixe the problem of unrounded sums --- koha-tmpl/intranet-tmpl/prog/en/js/acq.js | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/acq.js b/koha-tmpl/intranet-tmpl/prog/en/js/acq.js index 28afc19..1b924a2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/js/acq.js +++ b/koha-tmpl/intranet-tmpl/prog/en/js/acq.js @@ -596,7 +596,7 @@ function calcTotalRow(cell) { function autoFillRow(bud_id) { - var remainingTotal = document.getElementById("budget_est_"+bud_id).textContent; + var remainingTotal = document.getElementById("budget_est_"+bud_id); var remainingNew = new Number; var budgetTotal = document.getElementById("budget_tot_"+bud_id ).textContent; var arr = getElementsByClass("plan_entry_" + bud_id); @@ -604,20 +604,25 @@ function autoFillRow(bud_id) { budgetTotal = budgetTotal.replace(/\,/, ""); var qty = new Number; // get the totals + var novalueArr = new Array(); for ( var i=0, len=arr.length; i