From 116f918cbe5b8acbdacb7692ef0c561100aacc38 Mon Sep 17 00:00:00 2001 From: Ryan Higgins Date: Wed, 19 Nov 2008 09:55:38 -0600 Subject: [PATCH] Bug 2365: Serials prediction errors: Roll-overs occur with wrong issue in some cases. See bugzilla for details. Signed-off-by: Galen Charlton --- .../prog/en/modules/serials/subscription-add.tmpl | 6 ------ 1 file changed, 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tmpl index 96a2e01d47..9512b3053d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tmpl @@ -811,12 +811,6 @@ function moreoptionsupdate(inputfield,rollover){ var fieldnumber = fieldname.slice(-5,-4); basefield.value = inputfield.value; - if(basefield.name.slice(0,-1) == 'lastvalue') { - // lastvalue seems to mean 'begins with', tracking the first received issue so - // we can recreate the whole historeven after receiving. innerloop is the var that - // actually tracks which issue we're on, though. - document.getElementById('innerloop'+fieldnumber).value = inputfield.value; - } var patternchoice = document.getElementById("numberpattern").value; switch(patternchoice){ case "2": -- 2.39.5