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

(-)a/circ/returns.pl (+1 lines)
Lines 632-637 if ( $itemnumber ) { Link Here
632
        $template->param(
632
        $template->param(
633
          collectionItemNeedsTransferred => 1,
633
          collectionItemNeedsTransferred => 1,
634
          collectionBranch => GetBranchName($collectionBranch),
634
          collectionBranch => GetBranchName($collectionBranch),
635
          itemnumber => $itemnumber,
635
        );
636
        );
636
    }
637
    }
637
}
638
}
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-2 / +4 lines)
Lines 133-139 $(document).ready(function () { Link Here
133
[% END %]
133
[% END %]
134
134
135
[% IF ( collectionItemNeedsTransferred ) %]
135
[% IF ( collectionItemNeedsTransferred ) %]
136
 <div id="rotating-collection" class="dialog message">This item is part of a rotating collection and needs to be transferred to [% collectionBranch %]</div>
136
137
<div id="rotating-collection" class="dialog message">
138
<h3><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% title or "item" |html %]</a> is part of a rotating collection and needs to be transferred to [% Branches.GetName( returnbranch ) %]<br/>( <a href="#" onclick="Dopop('transfer-slip.pl?transferitem=[% itemnumber %]&amp;branchcode=[% returnbranch %]&amp;op=slip'); return true;">Print slip</a> )</h3>
139
</div>
137
[% END %]
140
[% END %]
138
141
139
<!-- Patron has fines -->
142
<!-- Patron has fines -->
140
- 

Return to bug 15564