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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-1 / +13 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 %]
966
                        &nbsp;|&nbsp;
967
                    [% END %]
968
969
                    <strong>[% t('Checked in at') | html %]:</strong>
970
                    [% Branches.GetName( Branches.GetLoggedInBranchcode ) | html %]
971
                </p>
972
960
                [% PROCESS passthrough_data %]
973
                [% PROCESS passthrough_data %]
961
974
962
                <input type="hidden" name="op" value="cud-affect_reserve" />
975
                <input type="hidden" name="op" value="cud-affect_reserve" />
963
- 

Return to bug 41338