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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt (-1 / +1 lines)
Lines 32-38 Link Here
32
                Item is marked waiting at [% branchname | html %] for [% name | html %] (<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber | uri %]">[% borrowernumber | html %]</a>).
32
                Item is marked waiting at [% branchname | html %] for [% name | html %] (<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber | uri %]">[% borrowernumber | html %]</a>).
33
            [% END %]
33
            [% END %]
34
            [% IF ( transferred ) %]
34
            [% IF ( transferred ) %]
35
                Item is attached to a hold and being transferred for [% name | html %] (<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber | uri %]">[% borrowernumber | html %]</a>).
35
                Item has been trapped to fill a hold and is in transit for [% name | html %] (<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber | uri %]">[% borrowernumber | html %]</a>).
36
            [% END %]
36
            [% END %]
37
        </caption>
37
        </caption>
38
        <tr>
38
        <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt (-2 / +1 lines)
Lines 148-154 Link Here
148
                      <li><i class="fa fa-li fa-warning"></i>This item is waiting for another patron.</li>
148
                      <li><i class="fa fa-li fa-warning"></i>This item is waiting for another patron.</li>
149
                  [% END %]
149
                  [% END %]
150
                  [% IF checkout_info.TRANSFERRED %]
150
                  [% IF checkout_info.TRANSFERRED %]
151
                      <li><i class="fa fa-li fa-warning"></i>This item is on hold and being transferred to another patron.</li>
151
                      <li><i class="fa fa-li fa-warning"></i>This item is on hold and being transferred for another patron.</li>
152
                  [% END %]
152
                  [% END %]
153
                  [% IF checkout_info.PROCESSING %]
153
                  [% IF checkout_info.PROCESSING %]
154
                      <li><i class="fa fa-li fa-warning"></i>This item is on hold and being processed for another patron.</li>
154
                      <li><i class="fa fa-li fa-warning"></i>This item is on hold and being processed for another patron.</li>
155
- 

Return to bug 25690