From 0b8fbad4080ad5dc49730aaa41f27346d5348f9b 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 Signed-off-by: Andrew Fuerste-Henry Signed-off-by: Katrin Fischer --- 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 1ef745795c..81b800024e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt @@ -131,6 +131,7 @@ [% tp('basket created by', 'Created by') | html %] Date Basket group + Internal note Closed Actions @@ -174,6 +175,9 @@ [% END %] [% END %] + + [% basket.note | html %] + [% basket.closedate | $KohaDates %] -- 2.30.2