Bugzilla – Attachment 5705 Details for
Bug 6959
Can't import record via Z39.50 from MARC edit page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Signed-off patch
0001-SIGNED-OFF-Bug-6959-can-t-import-record-via-Z39.50-f.patch (text/plain), 1.46 KB, created by
Owen Leonard
on 2011-10-04 18:31:55 UTC
(
hide
)
Description:
Signed-off patch
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2011-10-04 18:31:55 UTC
Size:
1.46 KB
patch
obsolete
>From 324e05977d068c9c600653d7160c2208139a4a73 Mon Sep 17 00:00:00 2001 >From: Ian Walls <ian.walls@bywatersolutions.com> >Date: Tue, 4 Oct 2011 13:24:05 -0400 >Subject: [PATCH] [SIGNED-OFF] Bug 6959: can't import record via Z39.50 from MARC edit page >Content-Type: text/plain; charset="utf-8" > >JS to call Z39.50 popup wasn't updated to reflect the change ID values, so the frameworkcode passed was >"undefined" instead of "Default" > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../prog/en/modules/cataloguing/addbiblio.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >index 91d926e..8155be1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >@@ -238,7 +238,7 @@ function AreMandatoriesNotOk(){ > * check if z3950 mandatories are set or not > */ > function GetZ3950Terms(){ >- var strQuery="&frameworkcode="+document.forms['f'].frameworkcode.value; >+ var strQuery="&frameworkcode="+document.forms['f'].Frameworks.value; > var mandatories = new Array(); > var mandatories_label = new Array(); > [% FOREACH BIG_LOO IN BIG_LOOP %][% FOREACH innerloo IN BIG_LOO.innerloop %][% FOREACH subfield_loo IN innerloo.subfield_loop %][% IF ( subfield_loo.z3950_mandatory ) %]mandatories.push("[% subfield_loo.id %]"); >-- >1.7.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 6959
:
5701
| 5705