https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16752
--- Comment #4 from Héctor Eduardo Castro Avalos <[email protected]> --- 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. _______________________________________________ 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/
