Bugzilla – Attachment 195192 Details for
Bug 42076
Add vendor ID column to serial vendor search results
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 42076: Add a Vendor ID column within the serial search results for subscriptions.
Bug-42076-Add-a-Vendor-ID-column-within-the-serial.patch (text/plain), 1.71 KB, created by
Laura Escamilla
on 2026-03-12 15:40:50 UTC
(
hide
)
Description:
Bug 42076: Add a Vendor ID column within the serial search results for subscriptions.
Filename:
MIME Type:
Creator:
Laura Escamilla
Created:
2026-03-12 15:40:50 UTC
Size:
1.71 KB
patch
obsolete
>From 18bf78006fc1ea6e85eaebb241d9040444581fda Mon Sep 17 00:00:00 2001 >From: Laura_Escamilla <laura.escamilla@bywatersolutions.com> >Date: Thu, 12 Mar 2026 15:36:33 +0000 >Subject: [PATCH] Bug 42076: Add a Vendor ID column within the serial search > results for subscriptions. > >To test: >1. Go to the Serials module and create or edit a subscription. >2. Search for a vendor to add. Note that only the vendor name and Select column are visible. >3. Apply the patch and refresh the vendor search result page. >4. Notice that the vendor ID column is now visible. >5. Sign off and have a great day! :D >--- > .../prog/en/modules/serials/acqui-search-result.tt | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/acqui-search-result.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/acqui-search-result.tt >index cc797399c36..33fe46da46d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/acqui-search-result.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/acqui-search-result.tt >@@ -29,11 +29,13 @@ > <table> > <tr> > <th>Vendor</th> >+ <th>Vendor ID</th> > <th>Select</th> > </tr> > [% FOREACH loop_supplier IN loop_suppliers %] > <tr> > <td>[% loop_supplier.name | html %]</td> >+ <td>[% loop_supplier.aqbooksellerid | html %]</td> > <td><a class="btn btn-default btn-xs select_vendor" href="#" data-vendorid="[% loop_supplier.aqbooksellerid | html %]" data-vendorname="[% loop_supplier.name | html %]">Choose</a></td> > </tr> > [% END %] >-- >2.39.5
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 42076
: 195192