https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3426
Andrew Fuerste-Henry <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #8 from Andrew Fuerste-Henry <[email protected]> --- You probably want to base this on bug 9156. Also, failing this because it's not properly checking each field in order -- in your example, when the system finds that the 082 is empty it jumps straight to the 245 at the end of the list without checking the 092 and 952. Also, if we're gonna change how this works then we need to change the syspref text. How about: List multiple comma-separated fields to check them sequentially. Each field can include multiple subfields. For example: "082ab,092ab" will look in the 082$a and 082$b, then the 092$a and 092$b. Examples (for MARC21 records): Dewey: 082ab,092ab; LOC: 050ab,090ab; from the item record: 952hi -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
