https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33036 Zeno Tajoli <ztajoli@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ztajoli@gmail.com --- Comment #16 from Zeno Tajoli <ztajoli@gmail.com> --- Hi Jonathan, I'm trying to develop this patch so I ask same explanation about your requests: 1)'first move the code to a module'. In this patch the new verb 'merge' is inside an existing module, 'Koha/REST/V1/Biblios.pm' and it is also a Mojo controller. So the code is in the correct place. 2)'provide test' OK, to do. 3)'then call that method from merge.pl and your Mojo controller' Yes, I need to change the merge.pl and use the REST API instead of the present code. Is it a correct work plan? -- You are receiving this mail because: You are watching all bug changes.