https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21232
--- Comment #16 from Katrin Fischer <[email protected]> --- Comment on attachment 96576 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96576 Bug 21232: Add a client-side check on biblionumber when creating a subscription Review of attachment 96576: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=21232&attachment=96576) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/js/subscription-add.js @@ +60,5 @@ > } > > + var bib_exists = $("input[name='title']").val().length; > + > + if (!bib_exists) alert(_("Bibliographic record does not exist!")); This won't translate - got missed before. Can we fix it in a follow-up? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
