[Koha-bugs] [Bug 12043] Popup when reserved item checked in at wrong branch should generate transfer slip

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 14 12:04:26 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12043

Benjamin Rokseth <benjamin.rokseth at kul.oslo.kommune.no> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #28609|0                           |1
        is obsolete|                            |

--- Comment #7 from Benjamin Rokseth <benjamin.rokseth at kul.oslo.kommune.no> ---
Created attachment 33563
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=33563&action=edit
Bug 12043 - Popup when reserved item checked in at wrong branch should generate
transfer slip

This patch corrects some wrong popups in Returns.tt handling transfers
of reserved items.

Instead of using hold-transfer-slip.pl with param transfer=1 (which
seems to be silently ignored) it uses transfer-slip.pl with
itemnumber and destination branch, which allows for printing correct
slips.

It also removes the non-used param $tranfer in hold-transfer-slip.pl.

Test plan:
( see cases in bug description )
1) Make a reservation on item with homebranch A to branch B
2) checkin item at its homebranch A
3) press 'Print slip and confirm transfer'
4) verify that slip uses template RESERVESLIP
5) apply patch
6) repeat steps 1-3
7) verify that slip now uses template TRANSFERSLIP

Signed-off-by: Nick Clemens <nick at quecheelibrary.org>

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


More information about the Koha-bugs mailing list