From 64f4d883ec60a26390eb1ec8cdaa7d7f1a7a2daa Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Wed, 30 Jun 2010 13:50:51 +0200 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 fileds also have onChange event which also triggers caclNeworderTotal, onload event seems redundant. --- .../prog/en/modules/acqui/neworderempty.tmpl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 603d517..3b6dae7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tmpl @@ -52,7 +52,7 @@ ff.submit(); //]]> - + -- 1.5.6.5