[Koha-bugs] [Bug 21232] Problems when linking a subscription to a non-existing biblionumber

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 6 22:46:43 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21232

--- Comment #16 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
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.


More information about the Koha-bugs mailing list