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 <m.de.rooy@rijksmuseum.nl> Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
parent
a61db4986d
commit
7fd062814d
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ ff.submit();
|
|||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
<body onload="calcNeworderTotal()">
|
||||
<body>
|
||||
|
||||
<!-- TMPL_INCLUDE NAME="header.inc" -->
|
||||
<!-- TMPL_INCLUDE NAME="acquisitions-search.inc" -->
|
||||
|
|
Loading…
Reference in a new issue