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 <oleonard@myacpl.org> Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
parent
d5925f34b0
commit
b9bbc4b32a
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@
|
|||
<p>[% FOR p IN ai_patrons %][% p.borrowernumber | html %][% UNLESS loop.last %], [% END %][% END %]</p>
|
||||
[% END %]
|
||||
[% IF ai_biblios %]
|
||||
<h4>Bibliographic Records</h4>
|
||||
<h4>Bibliographic records</h4>
|
||||
<p>The following ids exist in both tables [% "biblio" | $HtmlTags tag="strong" %] and [% "deletedbiblio" | $HtmlTags tag="strong" %]:</p>
|
||||
<p>[% FOR b IN ai_biblios %][% b.biblionumber | html %][% UNLESS loop.last %], [% END %][% END %]</p>
|
||||
[% END %]
|
||||
|
|
Loading…
Reference in a new issue