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 959-964 Link Here
959
                    <h4><strong>[% t('Hold at') | html %]</strong> [% Branches.GetName( destbranch ) | html %]</h4>
959
                    <h4><strong>[% t('Hold at') | html %]</strong> [% Branches.GetName( destbranch ) | html %]</h4>
960
                [% END %]
960
                [% END %]
961
961
962
                <p class="hint">
963
                    [% SET show_home = item.homebranch && item.homebranch != destbranch %]
964
965
                    [% IF show_home %]
966
                        <strong>[% t('Item home library') | html %]:</strong>
967
                        [% Branches.GetName( item.homebranch ) | html %] &nbsp;|&nbsp;
968
                    [% END %]
969
970
                    <strong>[% t('Checked in at') | html %]:</strong>
971
                    [% Branches.GetName( Branches.GetLoggedInBranchcode ) | html %]
972
                </p>
973
962
                [% PROCESS passthrough_data %]
974
                [% PROCESS passthrough_data %]
963
975
964
                <input type="hidden" name="op" value="cud-affect_reserve" />
976
                <input type="hidden" name="op" value="cud-affect_reserve" />
965
- 

Return to bug 41338