[Koha-bugs] [Bug 28723] Holds table not displayed when it contains a biblio without title

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 31 08:41:20 CEST 2022


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

Jonathan Druart <jonathan.druart+koha at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart+koha at gmail.
                   |                            |com

--- Comment #7 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
koha-tmpl/intranet-tmpl/prog/js/checkouts.js:                              +
(oObj.title ? oObj.title.escapeHtml() : '' );
koha-tmpl/intranet-tmpl/prog/js/checkouts.js:                                 
+ (oObj.title ? oObj.title.escapeHtml() : '' );
koha-tmpl/intranet-tmpl/prog/js/holds.js:                                  +
(oObj.title ? oObj.title.escapeHtml() : __('No title'));

It's inconsistent.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list