Bug 15228: Switch "Items in batch number"
Yet another line to switch "Items in batch number" to "Patrons in batch number" Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
This commit is contained in:
parent
5782da035f
commit
e89714ea84
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@
|
|||
</div>
|
||||
[% IF ( table_loop ) %]
|
||||
<form name="items" class="checkboxed">
|
||||
<h2>Items in batch number [% batch_id %]</h2>
|
||||
<h2>Patrons in batch number [% batch_id %]</h2>
|
||||
<table id="batcht">
|
||||
[% FOREACH table_loo IN table_loop %]
|
||||
[% IF ( table_loo.header_fields ) %]
|
||||
|
|
Loading…
Reference in a new issue