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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt (-2 / +1 lines)
Lines 126-132 Link Here
126
                                          [% IF ( Koha.Preference('BranchTransferLimitsType') == 'itemtype' ) %]
126
                                          [% IF ( Koha.Preference('BranchTransferLimitsType') == 'itemtype' ) %]
127
                                              <li>Item type: <strong>[% ItemTypes.GetDescription( errmsgloo.code ) | html %]</strong></li>
127
                                              <li>Item type: <strong>[% ItemTypes.GetDescription( errmsgloo.code ) | html %]</strong></li>
128
                                          [% ELSE %]
128
                                          [% ELSE %]
129
                                          <li>Collection: <strong>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', errmsgloo.code ) | html %]</strong></li>
129
                                          <li>Collection: <strong>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => errmsgloo.code ) | html %]</strong></li>
130
                                          [% END %]
130
                                          [% END %]
131
                                          <li>Originating library: <strong>[% Branches.GetName( errmsgloo.fbr ) | html %]</strong></li>
131
                                          <li>Originating library: <strong>[% Branches.GetName( errmsgloo.fbr ) | html %]</strong></li>
132
                                          <li>Destination library: <strong>[% Branches.GetName( errmsgloo.tbr ) | html %]</strong></li>
132
                                          <li>Destination library: <strong>[% Branches.GetName( errmsgloo.tbr ) | html %]</strong></li>
133
- 

Return to bug 26819