Bugzilla – Attachment 139219 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.79 KB, created by
Lucas Gass (lukeg)
on 2022-08-16 22:27:04 UTC
(
hide
)
Description:
Bug 31377: Add internal note column to booksellers.tt
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2022-08-16 22:27:04 UTC
Size:
1.79 KB
patch
obsolete
>From 129d50a30221970d0a19d24d3549927c139c2354 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 >--- > 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