Fix for Bug 5991 - Javascript error on purchase suggestion pages
[koha_gimpoz] / koha-tmpl / intranet-tmpl / prog / en / js / acq.js
index b5ec994..de9e92c 100644 (file)
@@ -695,7 +695,7 @@ function calcNewsuggTotal(){
     var total =  new Number(quantity*price*exchangerate);
 
     document.getElementById('total').value = total.toFixed(2);
-    document.getElementById('price').value =  listprice.toFixed(2);
+    document.getElementById('price').value =  price.toFixed(2);
     return true;
 }