From 25f64b516aa796da8b28f20087f19226711ecd5d Mon Sep 17 00:00:00 2001 From: Carsten Schmitz Date: Thu, 26 May 2016 17:49:18 +0200 Subject: [PATCH] Fixed issue #10838: Wrong decimal separator for total in "array text" --- scripts/array-totalsum.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/array-totalsum.js b/scripts/array-totalsum.js index 9b2d7b219b7..ed0dcd77ca8 100644 --- a/scripts/array-totalsum.js +++ b/scripts/array-totalsum.js @@ -6,6 +6,7 @@ $( document ).ready(function() { $('div.array-multi-flexi-text table.show-totals input:enabled').keyup(updatetotals); + $('div.array-multi-flexi-text table.show-totals input:enabled').each(updatetotals); }); function updatetotals()