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:
parent
6b8218ee2f
commit
a225cd1e04
5 changed files with 5 additions and 5 deletions
|
@ -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" />
|
||||
|
|
|
@ -184,7 +184,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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue