http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6740
--- Comment #16 from Katrin Fischer <[email protected]> 2011-12-05 05:55:00 UTC --- Ok, I think I have the reason and a possible fix. The reason: The function for cloning looks for the first and second <a> element in the <div> block of the item in order to change the parameter to include a unique number and make the minus link show. The problem here is, that you can use an undefined number of plugins within your ACQ framework now, that will create more <a> tags so looking for element number x will no longer work. (Plugins added: http://git.koha-community.org/gitweb/?p=koha.git;a=commit;h=e5ff05857e5b99ab19210bc272086f253ea9404b) But the good news is, now it all makes sense :) Paul couldn't reproduce this, because he had no plugins in his framework. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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] http://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/
