[Bug 9992] New: Barcode generated without a branchcode
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9992 Bug ID: 9992 Summary: Barcode generated without a branchcode Classification: Unclassified Change sponsored?: --- Product: Koha Version: 3.10 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Serials Assignee: koha-bugs@lists.koha-community.org Reporter: chad@pennmanor.net CC: colin.campbell@ptfs-europe.com When receiving a serial with autobarcode set to <branchcode>yymm0001 the automatically generated barcode is missing the branchcode. When focusing on the barcode field the javascript inserts "13041297" instead of "CM13041297". The behavior is the same in both firefox and chrome. Our librarian is reporting this worked correctly in an earlier version of 3.10.x but stopped working with the recent upgrade to 3.10.4. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9992 chad@pennmanor.net changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chad@pennmanor.net -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9992 --- Comment #1 from chad@pennmanor.net --- It appears the javascript is looping over all the form fields to find the home branch including the supplemental issue. Since the supplemental issue comes later in the form the javascript pulls the location from that field. I confirmed that setting the permanent location on the supplemental issue causes the javascript to generate the proper barcode. It seems the javascript is generated by C4/Barcodes/ValueBuilder.pm. Any thoughts on how to patch it? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9992 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED CC| |katrin.fischer@bsz-bw.de --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- This appears to work correctly in current master. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org