https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15564

--- Comment #3 from Kyle M Hall <[email protected]> ---
Comment on attachment 47274
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47274
Bug 15564 - Display "print slip" option when returning an item which is in a
rotating collection

Review of attachment 47274:
 --> 
(https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=15564&attachment=47274)
-----------------------------------------------------------------

::: koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt
@@ +134,5 @@
>  
>  [% IF ( collectionItemNeedsTransferred ) %]
> +
> +<div id="rotating-collection" class="dialog message">
> +<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>

Why print title or "item". I don't think we do this anywhere else. Also, should
we be using the html filter here? Hasn't Jonathan been removing these because
of XSS vulnerabilities? Is it necessary?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to