From 7fd062814dc402f0ef843651cd761733e3383fef Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Mon, 20 Dec 2010 12:08:23 +0000 Subject: [PATCH] Bug 4920 - neworderempty.tmpl shouldn't call calcNeworderTotal() onload Currently, modifying existing orders will recalculate values if exchange rate has changed, which destroys previous data (our use case is just to modify Planning value fields). Since fields also have onChange event which also triggers caclNeworderTotal, onload event seems redundant. Signed-off-by: Marcel de Rooy Signed-off-by: Chris Cormack --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tmpl index a76cb5c234..45ef2ef36f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tmpl @@ -68,7 +68,7 @@ ff.submit(); //]]> - + -- 2.11.4.GIT