Bugzilla – Attachment 139538 Details for
Bug 31377
Add basket's internal note to tables on vendor search result list
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31377: Add internal note column to booksellers.tt
Bug-31377-Add-internal-note-column-to-booksellerst.patch (text/plain), 1.91 KB, created by
Katrin Fischer
on 2022-08-20 09:20:51 UTC
(
hide
)
Description:
Bug 31377: Add internal note column to booksellers.tt
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-08-20 09:20:51 UTC
Size:
1.91 KB
patch
obsolete
>From 0b8fbad4080ad5dc49730aaa41f27346d5348f9b Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 16 Aug 2022 22:25:07 +0000 >Subject: [PATCH] Bug 31377: Add internal note column to booksellers.tt > >To test: >-Apply patch >-Add some vendors and give them an internal note >-Go to /cgi-bin/koha/acqui/booksellers.pl >-Notice that there is a column which includes the internal note > >Signed-off-by: Andrew Fuerste-Henry <andrewfh@gmail.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >index 1ef745795c..81b800024e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >@@ -131,6 +131,7 @@ > <th>[% tp('basket created by', 'Created by') | html %]</th> > <th>Date</th> > <th>Basket group</th> >+ <th>Internal note</th> > <th>Closed</th> > <th class="noExport">Actions</th> > </tr> >@@ -174,6 +175,9 @@ > [% END %] > [% END %] > </td> >+ <td> >+ [% basket.note | html %] >+ </td> > <td data-order="[% basket.closedate | html %]"> > [% basket.closedate | $KohaDates %] > </td> >-- >2.30.2
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 31377
:
139219
|
139415
| 139538