Summary: | Allow printing of just one barcode | ||
---|---|---|---|
Product: | Koha | Reporter: | Andrew Fuerste-Henry <andrew> |
Component: | Label/patron card printing | Assignee: | Andrew Fuerste-Henry <andrew> |
Status: | CLOSED FIXED | QA Contact: | Victor Grousset/tuxayo <victor> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | caroline.cyr-la-rose, fridolin.somers, jonathan.druart, victor |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
This patch allows one to use the barcode range feature in the label creator tool to print a single barcode at a time.
|
Version(s) released in: |
21.05.00,20.11.02,20.05.08
|
Circulation function: | |||
Bug Depends on: | 7468 | ||
Bug Blocks: | |||
Attachments: |
Bug 26875: Allow printing of just one barcode in batch
Bug 26875: Allow printing of just one barcode in batch Bug 26875: Allow printing of just one barcode in batch Bug 26875: (follow-up) Fix error message ("greater or equal") |
Description
Andrew Fuerste-Henry
2020-10-30 16:21:25 UTC
Created attachment 112726 [details] [review] Bug 26875: Allow printing of just one barcode in batch To test: 1- go to the Print Barcode Range page 2- enter From=1 and To=1 3- confirm error "Must be greater than from value." 4- apply patch, restart, reload page 5- enter From=1, To=1 6- confirm no error 7- change From to 2, error reappears Created attachment 112973 [details] [review] Bug 26875: Allow printing of just one barcode in batch To test: 1- go to the Print Barcode Range page 2- enter From=1 and To=1 3- confirm error "Must be greater than from value." 4- apply patch, restart, reload page 5- enter From=1, To=1 6- confirm no error 7- change From to 2, error reappears Signed-off-by: David Nind <david@davidnind.com> Created attachment 114714 [details] [review] Bug 26875: Allow printing of just one barcode in batch To test: 1- go to the Print Barcode Range page 2- enter From=1 and To=1 3- confirm error "Must be greater than from value." 4- apply patch, restart, reload page 5- enter From=1, To=1 6- confirm no error 7- change From to 2, error reappears Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> Created attachment 114715 [details] [review] Bug 26875: (follow-up) Fix error message ("greater or equal") Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> Pushed to master for 21.05, thanks to everybody involved! Very small enhancement, I choose to backport. Pushed to 20.11.x for 20.11.02 Pushed to 20.05.x for 20.05.08 Missing dependencies for 19.11.x, can't backport. |