Bugzilla – Attachment #194413: Bug 41984: Add biblio.medium to holds.js title display for
bug #41984
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 41984
Collapse All
|
Expand All
(-)
a/koha-tmpl/intranet-tmpl/prog/js/holds.js (-1 / +2 lines)
Lines 212-217 $(document).ready(function () {
Link Here
212
});
212
});
213
213
214
title +=
214
title +=
215
" " +
216
oObj.medium +
215
" " +
217
" " +
216
oObj.part_number +
218
oObj.part_number +
217
" " +
219
" " +
218
-
Return to
bug 41984