From 18bf78006fc1ea6e85eaebb241d9040444581fda Mon Sep 17 00:00:00 2001 From: Laura_Escamilla 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 @@ + [% FOREACH loop_supplier IN loop_suppliers %] + [% END %] -- 2.39.5
VendorVendor ID Select
[% loop_supplier.name | html %][% loop_supplier.aqbooksellerid | html %] Choose