https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21232
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |24358 --- Comment #17 from Jonathan Druart <[email protected]> --- (In reply to Katrin Fischer from comment #16) > Comment on attachment 96576 [details] [review] > Bug 21232: Add a client-side check on biblionumber when creating a > subscription > > Review of attachment 96576 [details] [review]: > ----------------------------------------------------------------- > > ::: 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? Sorry about that, see bug 24358. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24358 [Bug 24358] "Bibliographic record does not exist!" is not translatable -- 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/
