https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37718 Bug ID: 37718 Summary: MarcFieldsToOrder cannot process repeated fields Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Acquisitions Assignee: koha-bugs@lists.koha-community.org Reporter: nick@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org Before bug 35026 the MarcFieldsToOrder system preference would simply take the first value from a field if there were multiple - it now throws an error when trying to pull price from 020$c if there are two isbns. To test: 1 - Find a marc file with 2 isbn fields, each including price 2 - Add to MarcFieldsToOrder: price: 020$c 3 - Stage file 4 - Add to basket from staged file 5 - Error: Invalid number of fields detected on field 020, please check this file at /kohadevbox/koha/Koha/MarcOrder.pm line 156 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.