View | Details | Raw Unified | Return to bug 12152
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt (-2 / +2 lines)
Lines 1-4 Link Here
1
[% USE KohaDates %]
1
[% USE KohaDates %]
2
[% USE AuthorisedValues %]
2
[%- USE Branches -%]
3
[%- USE Branches -%]
3
[%- USE ItemTypes -%]
4
[%- USE ItemTypes -%]
4
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
Lines 130-136 $(document).ready(function() { Link Here
130
        <td><p>[% reserveloo.copyno %]</p></td>
131
        <td><p>[% reserveloo.copyno %]</p></td>
131
        <td><p>[% reserveloo.enumchron %]</p></td>
132
        <td><p>[% reserveloo.enumchron %]</p></td>
132
        <td>[% ItemTypes.GetDescription( reserveloo.itype ) %]</td>
133
        <td>[% ItemTypes.GetDescription( reserveloo.itype ) %]</td>
133
        <td>[% reserveloo.location %]</td>
134
        <td>[% AuthorisedValues.GetByCode('LOC', reserveloo.location) %]</td>
134
        <td>
135
        <td>
135
            <span title="[% reserveloo.reservedate %]">[% reserveloo.reservedate | $KohaDates %] in [% Branches.GetName ( reserveloo.branch ) %]</span>
136
            <span title="[% reserveloo.reservedate %]">[% reserveloo.reservedate | $KohaDates %] in [% Branches.GetName ( reserveloo.branch ) %]</span>
136
            [% IF ( reserveloo.statusw ) %]<p>Waiting</p>[% END %][% IF ( reserveloo.statusf ) %]<p>Fullfilled</p>[% END %]
137
            [% IF ( reserveloo.statusw ) %]<p>Waiting</p>[% END %][% IF ( reserveloo.statusf ) %]<p>Fullfilled</p>[% END %]
137
- 

Return to bug 12152