Bug 9303 [QA Followup] - Remove extra 'USE Koha', change "Call number" back to "Call no."
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Nick Clemens <nick@quecheelibrary.org> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
parent
3ebf343af6
commit
bec70466d5
2 changed files with 5 additions and 6 deletions
|
@ -1,6 +1,5 @@
|
|||
[% USE Koha %]
|
||||
[% USE KohaDates %]
|
||||
[% USE Koha %]
|
||||
[% INCLUDE 'doc-head-open.inc' %]
|
||||
<title>Koha › Patrons › [% IF ( opadd ) %]Add[% ELSIF ( opduplicate ) %]Duplicate[% ELSE %] Modify[% END %] patron [% IF (firstname) %][% firstname %] [% END %][% IF (surname) %][% surname %] [% END %]([%IF ( categoryname ) %][% categoryname %][% ELSE %][% IF ( I ) %]Organization[% END %][% IF ( A ) %]Adult[% END %][% IF ( C ) %]Child[% END %][% IF ( P ) %]Professional[% END %][% IF ( S ) %]Staff[% END %][% END %])</title>
|
||||
[% INCLUDE 'doc-head-close.inc' %]
|
||||
|
|
|
@ -138,7 +138,7 @@
|
|||
[% IF ( show_barcode ) %]
|
||||
<th>Barcode</th>
|
||||
[% END %]
|
||||
<th>Call number</th>
|
||||
<th>Call no.</th>
|
||||
[% IF ( OpacRenewalAllowed && !( borrower.is_expired && borrower.BlockExpiredPatronOpacActions ) ) %]
|
||||
<th class="nosort">Renew</th>
|
||||
[% END %]
|
||||
|
@ -224,7 +224,7 @@
|
|||
</td>
|
||||
[% END %]
|
||||
<td class="call_no">
|
||||
<span class="tdlabel">Call number:</span>
|
||||
<span class="tdlabel">Call no.:</span>
|
||||
[% ISSUE.itemcallnumber %]
|
||||
</td>
|
||||
[% IF ( OpacRenewalAllowed && !( borrower.is_expired && borrower.BlockExpiredPatronOpacActions ) ) %]
|
||||
|
@ -341,7 +341,7 @@
|
|||
<th class="anti-the">Title</th>
|
||||
<th>Due</th>
|
||||
<th>Barcode</th>
|
||||
<th>Call number</th>
|
||||
<th>Call no.</th>
|
||||
<th class="psort">Relative</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
@ -390,7 +390,7 @@
|
|||
<th class="anti-the">Title</th>
|
||||
[% UNLESS ( item_level_itypes ) %]<th>Item type</th> [% END %]
|
||||
[% IF ( show_barcode ) %]<th>Barcode</th>[% END %]
|
||||
<th>Call number</th>
|
||||
<th>Call no.</th>
|
||||
<th class="title-string psort">Due</th>
|
||||
[% IF ( OpacRenewalAllowed ) %]
|
||||
<th class="nosort">Renew</th>
|
||||
|
@ -459,7 +459,7 @@
|
|||
</td>
|
||||
[% END %]
|
||||
<td>
|
||||
<span class="tdlabel">Call number:</span>
|
||||
<span class="tdlabel">Call no.:</span>
|
||||
[% OVERDUE.itemcallnumber %]
|
||||
</td>
|
||||
<td>
|
||||
|
|
Loading…
Reference in a new issue