Bugzilla – Attachment 139415 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.85 KB, created by
ByWater Sandboxes
on 2022-08-18 19:48:13 UTC
(
hide
)
Description:
Bug 31377: Add internal note column to booksellers.tt
Filename:
MIME Type:
Creator:
ByWater Sandboxes
Created:
2022-08-18 19:48:13 UTC
Size:
1.85 KB
patch
obsolete
>From 8450e1967bf63c7210f321ffc98e9f3909208bf7 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> >--- > 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 c1e5fc8af0..6bc2563370 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >@@ -129,6 +129,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> >@@ -172,6 +173,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