Bugzilla – Attachment 45284 Details for
Bug 13024
Nonpublic note not appearing in the staff client
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13024 [QA Followup] - Add nonpublic note to relatives' checkouts
Bug-13024-QA-Followup---Add-nonpublic-note-to-rela.patch (text/plain), 1.48 KB, created by
Kyle M Hall (khall)
on 2015-12-01 17:51:01 UTC
(
hide
)
Description:
Bug 13024 [QA Followup] - Add nonpublic note to relatives' checkouts
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-12-01 17:51:01 UTC
Size:
1.48 KB
patch
obsolete
>From 06976f3fa20244c387913f925ab5c074462f1bc5 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 1 Dec 2015 17:49:55 +0000 >Subject: [PATCH] Bug 13024 [QA Followup] - Add nonpublic note to relatives' > checkouts > >--- > koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js | 8 ++++++++ > 1 file changed, 8 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js >index db7c8b1..9dae4d8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js >+++ b/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js >@@ -511,6 +511,14 @@ $(document).ready(function() { > title += " - <span class='" + span_class + "'>" + oObj.itemnotes + "</span>" > } > >+ if ( oObj.itemnotes_nonpublic ) { >+ var span_class = ""; >+ if ( $.datepicker.formatDate('yy-mm-dd', new Date(oObj.issuedate) ) == ymd ) { >+ span_class = "circ-hlt"; >+ } >+ title += " - <span class='" + span_class + "'>" + oObj.itemnotes_nonpublic + "</span>" >+ } >+ > var onsite_checkout = ''; > if ( oObj.onsite_checkout == 1 ) { > onsite_checkout += " <span class='onsite_checkout'>(" + INHOUSE_USE + ")</span>"; >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 13024
:
38492
|
38503
|
45283
|
45284
|
45313
|
45314