[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 23:08:51 CET 2020


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |24358

--- Comment #17 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
(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.


More information about the Koha-bugs mailing list