@@ -, +, @@ -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(+) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt +++ a/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 %] --