https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16752 --- Comment #4 from Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> --- Comment on attachment 52458 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=52458 Bug 16752 - Remove the use of event attributes from some acquisitions templates - Transfer order Hi Owen
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt
+ $(doocument).ready(function(){ + $(".confirm_transfer").on("click",function(){ + return confirm( _("Transfer order to this basket?") ); + }); + }); //]]>
I think there is a typo in your first patch "doocument" -- You are receiving this mail because: You are watching all bug changes.