[Bug 3899] New: Receive Serial Item Has Copy Info in Wrong Field
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3899 Summary: Receive Serial Item Has Copy Info in Wrong Field Product: Koha Version: HEAD Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P5 Component: Serials AssignedTo: paul.poulain@biblibre.com ReportedBy: nengard@gmail.com CC: henridamien@koha-fr.org Estimated Hours: 0.0 Change sponsored?: --- Created an attachment (id=1315) --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=1315) copy info in wrong field When you mark a serial issue arrived and continue to add the item record the system puts the Vol & Num in the Replacement Cost Field by default instead of the Copy Number Field (which is where I assume it should go). -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3899 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2009-12-11 13:30:47 --- Im not sure copy number is right, we use Serial enumeration / chronology (952$h). As I understood copy number can be used if you want to distinguish between identical items (same book, same itemcallnumber) and Serial enumeration for serials and volume numbers. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3899 --- Comment #2 from Nicole C. Engard <nengard@gmail.com> 2009-12-11 13:33:47 --- Thanks for clarifying - so the info needs to be put in the Serial enumeration / chronology (952$h) field - not the replacement cost field -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3899 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|paul.poulain@biblibre.com |nengard@gmail.com --- Comment #3 from Nicole C. Engard <nengard@gmail.com> 2009-12-11 18:57:16 --- I explored the code and found the problem line: function unHideItems(index,labelindex, serialId) { subfield = document.getElementById(index); subfield.style.display = 'block'; label = document.getElementById(labelindex); label.style.display='none'; // Prefilling 995$v with issue number // Getting item id itemid = $("fieldset#" + index + " div.cataloguing_additem_itemlist div.items").attr("id"); // Getting subfield id subfieldid = "subfield" + itemid.substr(4) + "v"; // Setting text field $("#" + subfieldid + " input[type='text']").val($("#serialseq" + serialId).val()); } This is looking to fill subfield v when you want it to fill h - patching now -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3899 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 |PATCH-Sent -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3899 --- Comment #4 from Nicole C. Engard <nengard@gmail.com> 2009-12-11 18:59:39 --- Created an attachment (id=1328) --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=1328) patch -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3899 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
bugzilla-daemon@kohaorg.ec2.liblime.com