From b3007a6d04d0c15f675ab50b0efb58efb1683fc9 Mon Sep 17 00:00:00 2001 From: Zoe Bennett Date: Wed, 17 Jan 2018 02:57:27 +0000 Subject: [PATCH] Bug 19833: Changing the "biblios" To Test: Check the following files that all the "biblio" or "biblio record" are now written in rull as "bibliographic record". modules/about.tt Corrected a single capitalization error during signoff Signed-off-by: Owen Leonard --- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt index 27f2af7..3a8e169 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -180,7 +180,7 @@

[% FOR p IN ai_patrons %][% p.borrowernumber %][% UNLESS loop.last %], [% END %][% END %]

[% END %] [% IF ai_biblios %] -

Biblios

+

Bibliographic records

The following ids exist in both tables [% "biblio" | $HtmlTags tag="strong" %] and [% "deletedbiblio" | $HtmlTags tag="strong" %]:

[% FOR b IN ai_biblios %][% b.biblionumber %][% UNLESS loop.last %], [% END %][% END %]

[% END %] -- 2.1.4