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>

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:
Zoe Bennett 2018-01-17 02:27:57 +00:00 committed by Nick Clemens
parent 6b8218ee2f
commit a225cd1e04
5 changed files with 5 additions and 5 deletions

View file

@ -253,7 +253,7 @@
<label for="cellvalue1">Count items:</label><input type="radio" name="Cellvalue" id="cellvalue1" value="1" checked="checked" /> <label for="cellvalue1">Count items:</label><input type="radio" name="Cellvalue" id="cellvalue1" value="1" checked="checked" />
</li> </li>
<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>
<li> <li>
<label for="cellvalue3">Amount:</label><input type="radio" name="Cellvalue" id="cellvalue3" value="3" /> <label for="cellvalue3">Amount:</label><input type="radio" name="Cellvalue" id="cellvalue3" value="3" />

View file

@ -184,7 +184,7 @@
<th>Transaction type</th> <th>Transaction type</th>
<th>Notes</th> <th>Notes</th>
<th>Amount</th> <th>Amount</th>
<th>Biblio title</th> <th>Bibliographic record title</th>
<th>Barcode</th> <th>Barcode</th>
<th>Item type</th> <th>Item type</th>
</tr> </tr>

View file

@ -249,7 +249,7 @@
<input type="radio" name="Cellvalue" value="items" id="cellvalue_items" checked="checked" /> <input type="radio" name="Cellvalue" value="items" id="cellvalue_items" checked="checked" />
</li> </li>
<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" /> <input type="radio" name="Cellvalue" value="biblios" id="cellvalue_biblios" />
</li> </li>
<li> <li>

View file

@ -324,7 +324,7 @@
<input type="radio" name="Cellvalue" id="cellvalue3" value="3" /> <input type="radio" name="Cellvalue" id="cellvalue3" value="3" />
</li> </li>
<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" /> <input type="radio" name="Cellvalue" id="cellvalue5" value="5" />
</li> </li>
</ol> </ol>

View file

@ -248,7 +248,7 @@
</table><br /></fieldset> </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> <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"> <fieldset class="rows">
<legend>Output</legend> <legend>Output</legend>