Summary: | Barcode <branchcode>yymm0001 does not work when receiving serials | ||
---|---|---|---|
Product: | Koha | Reporter: | Magnus Enger <magnus> |
Component: | Serials | Assignee: | Magnus Enger <magnus> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | major | ||
Priority: | P5 - low | CC: | chris, colin.campbell, jonathan.druart, liz, tomascohen, veron |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Item form with id=f
Item form without id=f Bug 15042 - Barcode hbyymmincr does not work when receiving serials Bug 15042 - Barcode hbyymmincr does not work when receiving serials Bug 15042 - Barcode hbyymmincr does not work when receiving serials |
Description
Magnus Enger
2015-10-21 08:26:38 UTC
Created attachment 43680 [details]
Item form with id=f
Created attachment 43681 [details]
Item form without id=f
I thought this would be as easy as adding id="f" to the item form for receiving serials, but that changes the whole look of the form. See attached screenshots. D'oh, the form already has id="serials_edit". Patch coming in a sec. Created attachment 43684 [details] [review] Bug 15042 - Barcode hbyymmincr does not work when receiving serials To test: - Set autoBarcode = <branchcode>yymm0001 - Make sure you have a serial that is set to "create an item record when receiving this serial" - Receive an issue - Click in the barcode field - nothing happens - Apply patch and reload page - Receive an issue - Click in the barcode field - a barcode conforming to the hbyymmincr setting appears Created attachment 43741 [details] [review] Bug 15042 - Barcode hbyymmincr does not work when receiving serials To test: - Set autoBarcode = <branchcode>yymm0001 - Make sure you have a serial that is set to "create an item record when receiving this serial" - Receive an issue - Click in the barcode field - nothing happens - Apply patch and reload page - Receive an issue - Click in the barcode field - a barcode conforming to the hbyymmincr setting appears Patch works as advertised. Signed-off-by: Marc Véron <veron@veron.ch> Created attachment 43743 [details] [review] Bug 15042 - Barcode hbyymmincr does not work when receiving serials To test: - Set autoBarcode = <branchcode>yymm0001 - Make sure you have a serial that is set to "create an item record when receiving this serial" - Receive an issue - Click in the barcode field - nothing happens - Apply patch and reload page - Receive an issue - Click in the barcode field - a barcode conforming to the hbyymmincr setting appears Patch works as advertised. Signed-off-by: Marc Véron <veron@veron.ch> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Not sure it's a major one, but definitely annoying. Patch pushed to master. Thanks Magnus! Pushed to 3.20.x will be in 3.20.5 Pushed to 3.18.x, is in 3.18.12. |