http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10299 --- Comment #2 from Jonathan Druart <jonathan.druart@biblibre.com> --- Created attachment 37960 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=37960&action=edit Bug 10299: authority plugin - authority field are reversed If you click the plugin next to an authority field that is already populated it takes the values from the field and puts them in the search in the reverse order. Test plan: 1/ Edit a biblio 2/ Fill the subfield for an authority field (for instance 650$v, 650$x, 650$y, etc.) 3/ Click on the authority plugin Before this patch, the values were concatenated in the reverse order. With this patch, it should not. -- You are receiving this mail because: You are watching all bug changes.