@@ -, +, @@
- Have something in the claim table (cf bug 14697)
- Click on the title of the bibliographic record
---
koha-tmpl/intranet-tmpl/prog/js/checkouts.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js
+++ a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js
@@ -900,7 +900,7 @@ $(document).ready(function() {
},
{
"mDataProp": function ( oObj ) {
- let title = `
+ let title = `
${oObj.title}
${oObj.enumchron || ""}
`;
--