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

(-)a/circ/returns.pl (+1 lines)
Lines 646-651 if ( $itemnumber ) { Link Here
646
        $template->param(
646
        $template->param(
647
          collectionItemNeedsTransferred => 1,
647
          collectionItemNeedsTransferred => 1,
648
          collectionBranch => GetBranchName($collectionBranch),
648
          collectionBranch => GetBranchName($collectionBranch),
649
          itemnumber => $itemnumber,
649
        );
650
        );
650
    }
651
    }
651
}
652
}
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-1 / +1 lines)
Lines 149-154 $(document).ready(function () { Link Here
149
        <h3>Please transfer item to: [% collectionBranch %]</h3>
149
        <h3>Please transfer item to: [% collectionBranch %]</h3>
150
            <p><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% itembarcode |html %]: [% title |html %]</a></p>
150
            <p><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% itembarcode |html %]: [% title |html %]</a></p>
151
            <p>This item is part of a rotating collection.</p>
151
            <p>This item is part of a rotating collection.</p>
152
            <p><a href="#" onclick="Dopop('transfer-slip.pl?transferitem=[% itemnumber %]&amp;branchcode=[% returnbranch %]&amp;op=slip'); return true;">Print slip</a></p>
152
</div>
153
</div>
153
[% END %]
154
[% END %]
154
155
155
- 

Return to bug 15564