From 59622c22da36e6f1de17ee3f9f4e218867146153 Mon Sep 17 00:00:00 2001 From: Garry Collum Date: Sun, 23 May 2010 19:55:26 -0400 Subject: [PATCH] Bug 4805: Fixes multiple subscriptionid's being passed to serials-collection. This is a replacement patch for my previous patch. This patch insures that only unique subscriptionids are defined in the serials-edit form. Multiple ids are passed to serials-collection, but not multiple copies of the same id. Signed-off-by: Galen Charlton --- .../prog/en/modules/serials/serials-edit.tmpl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tmpl index 774247f5db..dd73db972c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tmpl @@ -187,7 +187,10 @@ function CloneSubfield(index){ - + + + " /> + @@ -204,7 +207,6 @@ function CloneSubfield(index){
Numbered " /> - " /> " /> " /> " /> @@ -317,7 +319,6 @@ function CloneSubfield(index){
- " /> " /> " /> " /> -- 2.39.2