[Koha-bugs] [Bug 15564] Display "print slip" option when returning an item which is in a rotating collection

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 1 18:26:03 CET 2016


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

--- Comment #5 from Julian Maurice <julian.maurice at biblibre.com> ---
Comment on attachment 47526
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47526
Bug 15564 - Display "print slip" option when returning an item which is in a
rotating collection

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

::: koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt
@@ +137,4 @@
>          <h3>Please transfer item to: [% collectionBranch %]</h3>
>              <p><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&biblionumber=[% itembiblionumber %]">[% itembarcode %]: [% title %]</a></p>
>              <p>This item is part of a rotating collection.</p>
> +            <p><a href="#" onclick="Dopop('transfer-slip.pl?transferitem=[% itemnumber %]&branchcode=[% returnbranch %]&op=slip'); return true;">Print slip</a></p>

Here 'returnbranch' is used whereas 'collectionBranch' is used 3 lines above.
Is it intended ?

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list