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

(-)a/circ/returns.pl (+1 lines)
Lines 634-639 if ( $itemnumber ) { Link Here
634
        $template->param(
634
        $template->param(
635
          collectionItemNeedsTransferred => 1,
635
          collectionItemNeedsTransferred => 1,
636
          collectionBranch => GetBranchName($collectionBranch),
636
          collectionBranch => GetBranchName($collectionBranch),
637
          itemnumber => $itemnumber,
637
        );
638
        );
638
    }
639
    }
639
}
640
}
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-1 / +1 lines)
Lines 137-142 $(document).ready(function () { Link Here
137
        <h3>Please transfer item to: [% collectionBranch %]</h3>
137
        <h3>Please transfer item to: [% collectionBranch %]</h3>
138
            <p><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% itembarcode %]: [% title %]</a></p>
138
            <p><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% itembarcode %]: [% title %]</a></p>
139
            <p>This item is part of a rotating collection.</p>
139
            <p>This item is part of a rotating collection.</p>
140
            <p><a href="#" onclick="Dopop('transfer-slip.pl?transferitem=[% itemnumber %]&amp;branchcode=[% returnbranch %]&amp;op=slip'); return true;">Print slip</a></p>
140
</div>
141
</div>
141
[% END %]
142
[% END %]
142
143
143
- 

Return to bug 15564