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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-1 / +12 lines)
Lines 957-962 Link Here
957
                    <h4><strong>[% t('Hold at') | html %]</strong> [% Branches.GetName( destbranch ) | html %]</h4>
957
                    <h4><strong>[% t('Hold at') | html %]</strong> [% Branches.GetName( destbranch ) | html %]</h4>
958
                [% END %]
958
                [% END %]
959
959
960
                <p class="hint">
961
                    [% SET show_home = item.homebranch && item.homebranch != destbranch %]
962
963
                    [% IF show_home %]
964
                        <strong>[% t('Item home library') | html %]:</strong>
965
                        [% Branches.GetName( item.homebranch ) | html %] &nbsp;|&nbsp;
966
                    [% END %]
967
968
                    <strong>[% t('Checked in at') | html %]:</strong>
969
                    [% Branches.GetName( Branches.GetLoggedInBranchcode ) | html %]
970
                </p>
971
960
                [% PROCESS passthrough_data %]
972
                [% PROCESS passthrough_data %]
961
973
962
                <input type="hidden" name="op" value="cud-affect_reserve" />
974
                <input type="hidden" name="op" value="cud-affect_reserve" />
963
- 

Return to bug 41338