Bugzilla – Attachment 84751 Details for
Bug 18952
Show internal note in acquisitions details tab
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18952: Add internal note to acq details tab
Bug-18952-Add-internal-note-to-acq-details-tab.patch (text/plain), 1.62 KB, created by
Katrin Fischer
on 2019-02-04 20:38:13 UTC
(
hide
)
Description:
Bug 18952: Add internal note to acq details tab
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2019-02-04 20:38:13 UTC
Size:
1.62 KB
patch
obsolete
>From 3a3d5ec4f7e3fd8600d59ef4f753e1cac613ad25 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 4 Feb 2019 21:36:08 +0100 >Subject: [PATCH] Bug 18952: Add internal note to acq details tab > >Any important notes about an order are usually added to the >internal note. This patch makes the note visible on the >acq detail tab in the staff client. > >To test: >- Add a basket >- Order something >- Add an internal note for the order >- Go to the detail page of the ordered record >- Switch to the Acquisition details tab >- Verify that with the patch the internal note shows >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index bfab7727aa..a3deb59fc2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -718,6 +718,7 @@ > <th class="title-string">Receive date</th> > <th>Status</th> > <th>Quantity</th> >+ <th>Internal note</th> > <th>Subscription</th> > <th>Subscription callnumber</th> > </tr> >@@ -769,6 +770,7 @@ > [% END %] > </td> > <td>[% order.quantity | html %]</td> >+ <td>[% order.order_internalnote %]</td> > <td> > [% IF order.subscriptionid %] > <a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% order.subscriptionid | uri %]">[% order.subscriptionid | html %]</a> >-- >2.17.1
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 18952
:
84751
|
84755
|
84806
|
84901
|
85195
|
85825