From 129d50a30221970d0a19d24d3549927c139c2354 Mon Sep 17 00:00:00 2001 From: Lucas Gass 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 @@ [% tp('basket created by', 'Created by') | html %] Date Basket group + Internal note Closed Actions @@ -172,6 +173,9 @@ [% END %] [% END %] + + [% basket.note | html %] + [% basket.closedate | $KohaDates %] -- 2.30.2