Barcode duplicates is possible
OMG, It is possible to create barcode duplicates in Koha : https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22204 I think we should trim barcode when entered in item. Plus a trim in duplicates search code. And add a search for barcodes with spaces in misc/maintenance/search_for_data_inconsistencies.pl What do you say ? -- Fridolin SOMERS <fridolin.somers@biblibre.com> BibLibre, France - software and system maintainer
I think we should trim barcode when entered in item.
Is there any form data *shouldn't* trim? -- Owen -- Web Developer Athens County Public Libraries https://www.myacpl.org
Hi, On Wed, Jan 30, 2019 at 11:05 AM Owen Leonard <oleonard@myacpl.org> wrote:
Is there any form data *shouldn't* trim?
The only cases I can think of where leading or trailing whitespace should be retained would be certain fixed fields in MARC records and subfields in the the MARC21 010 field. Regards, Galen -- Galen Charlton Implementation and Services Manager Equinox Open Library Initiative phone: 1-877-OPEN-ILS (673-6457) email: gmc@equinoxInitiative.org web: https://equinoxInitiative.org direct: +1 770-709-5581 cell: +1 404-984-4366
Never alter controlfields with trim or compress :-) Datafields can be left and right trimmed, IMHO. sb
On 30 Jan 2019, at 17:16, Galen Charlton <gmc@equinoxinitiative.org> wrote:
Hi,
On Wed, Jan 30, 2019 at 11:05 AM Owen Leonard <oleonard@myacpl.org <mailto:oleonard@myacpl.org>> wrote:
Is there any form data *shouldn't* trim?
The only cases I can think of where leading or trailing whitespace should be retained would be certain fixed fields in MARC records and subfields in the the MARC21 010 field.
Regards,
Galen -- Galen Charlton Implementation and Services Manager Equinox Open Library Initiative phone: 1-877-OPEN-ILS (673-6457) email: gmc@equinoxInitiative.org web: https://equinoxInitiative.org <https://equinoxinitiative.org/> direct: +1 770-709-5581 cell: +1 404-984-4366 _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
participants (4)
-
Fridolin SOMERS -
Galen Charlton -
Owen Leonard -
Stefano Bargioni