Bugzilla – Attachment 73044 Details for
Bug 19833
Disambiguation of "biblio", "biblio record" and "bibliographic record"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19833: Changing the "biblios" - most of reports
Bug-19833-Changing-the-biblios---most-of-reports.patch (text/plain), 5.44 KB, created by
Owen Leonard
on 2018-03-16 14:08:07 UTC
(
hide
)
Description:
Bug 19833: Changing the "biblios" - most of reports
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2018-03-16 14:08:07 UTC
Size:
5.44 KB
patch
obsolete
>From 71c0076a3c346fd13a5d5d5f382d15721cba7f0f Mon Sep 17 00:00:00 2001 >From: Zoe Bennett <zoebennett1308@gmail.com> >Date: Wed, 17 Jan 2018 02:27:57 +0000 >Subject: [PATCH] Bug 19833: Changing the "biblios" - most of reports > >To Test: >Check the following files that all the "biblio" or "biblio record" are >now written in full as "bibliographic record". > >modules/reports/acquisitions_stats.tt >modules/reports/cash_register_status.tt >modules/reports/catalogue_stats.tt >modules/reports/issues_stats.tt >modules/reports/reserves_stats.tt > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt | 2 +- > 5 files changed, 5 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt >index 4e5c916..5b5d615 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt >@@ -253,7 +253,7 @@ > <label for="cellvalue1">Count items:</label><input type="radio" name="Cellvalue" id="cellvalue1" value="1" checked="checked" /> > </li> > <li> >- <label for="cellvalue2">Count unique biblios:</label><input type="radio" name="Cellvalue" id="cellvalue2" value="2" /> >+ <label for="cellvalue2">Count unique bibliographic records:</label><input type="radio" name="Cellvalue" id="cellvalue2" value="2" /> > </li> > <li> > <label for="cellvalue3">Amount:</label><input type="radio" name="Cellvalue" id="cellvalue3" value="3" /> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt >index f3db10b..700e78e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt >@@ -182,7 +182,7 @@ > <th>Transaction type</th> > <th>Notes</th> > <th>Amount</th> >- <th>Biblio title</th> >+ <th>Bibliographic record title</th> > <th>Barcode</th> > <th>Item type</th> > </tr> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt >index f47b00e..3b0e61b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt >@@ -249,7 +249,7 @@ > <input type="radio" name="Cellvalue" value="items" id="cellvalue_items" checked="checked" /> > </li> > <li> >- <label for="cellvalue_biblios">Count unique biblios</label> >+ <label for="cellvalue_biblios">Count unique bibliographic records</label> > <input type="radio" name="Cellvalue" value="biblios" id="cellvalue_biblios" /> > </li> > <li> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt >index f7ff19f..12fc238 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt >@@ -324,7 +324,7 @@ > <input type="radio" name="Cellvalue" id="cellvalue3" value="3" /> > </li> > <li> >- <label for="cellvalue5">Count unique biblios:</label> >+ <label for="cellvalue5">Count unique bibliographic records:</label> > <input type="radio" name="Cellvalue" id="cellvalue5" value="5" /> > </li> > </ol> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt >index 0a10c00..7e0e928 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt >@@ -248,7 +248,7 @@ > </table><br /></fieldset> > > <fieldset class="rows"><legend>Cell value </legend><ol><li><label for="cellvalue1">Count holds:</label> <input type="radio" name="Cellvalue" value="1" id="cellvalue1" checked="checked" /> </li> >- <li><label for="cellvalue2">Count unique borrowers:</label> <input type="radio" name="Cellvalue" value="2" id="cellvalue2" /> </li><li><label for="cellvalue3">Count unique items:</label> <input type="radio" name="Cellvalue" id="cellvalue3" value="3" /> </li><li><label for="cellvalue4">Count unique biblios:</label> <input type="radio" name="Cellvalue" id="cellvalue4" value="4" /> </li></ol></fieldset> >+ <li><label for="cellvalue2">Count unique borrowers:</label> <input type="radio" name="Cellvalue" value="2" id="cellvalue2" /> </li><li><label for="cellvalue3">Count unique items:</label> <input type="radio" name="Cellvalue" id="cellvalue3" value="3" /> </li><li><label for="cellvalue4">Count unique bibliographic records:</label> <input type="radio" name="Cellvalue" id="cellvalue4" value="4" /> </li></ol></fieldset> > > <fieldset class="rows"> > <legend>Output</legend> >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 19833
:
70576
|
70581
|
70585
|
70586
|
70587
|
70588
|
70589
|
70590
|
70591
|
70593
|
70594
|
70645
|
73041
|
73042
|
73044
|
73045
|
73046
|
73048
|
73049
|
73050
|
73051
|
73052
|
73053
|
78842
|
78843
|
78844
|
78845
|
78846
|
78847
|
78848
|
78929
|
78930
|
78931
|
78932
|
78933
|
78934
|
78935
|
78944
|
78945
|
78946
|
78947
|
78948
|
78949
|
78950
|
78951