https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38326 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Signed Off --- Comment #5 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Are we sure about this fix? # Handle incorrectly named original parameters for MarcItemFieldsToOrder $iteminfos->{location} = delete $iteminfos->{loc} if $iteminfos->{loc}; - $iteminfos->{copynumber} = delete $iteminfos->{copyno} if $iteminfos->{copyno}; @Nick can you maybe have a look? It just seems like this was intentionally added at some point. Maybe because the configuration should be using copynumber? -- You are receiving this mail because: You are watching all bug changes.