[Koha-bugs] [Bug 12043] New: 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
Tue Apr 8 14:08:23 CEST 2014


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

            Bug ID: 12043
           Summary: Popup when reserved item checked in at wrong branch
                    should generate transfer slip
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Circulation
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: benjamin.rokseth at kul.oslo.kommune.no
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

There are a number of bugs addressing print slip and holds issues, so this bug
addresses solely the following three scenari:

Item with homebranch A is reserved for pickup at branch B.

1) Item is checked in at A (parameters $reserved and $transfertodo are set)
2) Item is checked in at C (parameters $diffbranch and $transfertodo are set)
3) Item is checked in at A, then at C (parameter $WrongTransfer is set)
4) Item is checked in at A, then at B (parameter $reserved is set)

In all of these, messages are created correctly, but hold-transfer-slip.pl
popup is generated with transfer=1.

hold-transfer-slip.pl ignores $transfer so all cases opens a dialog generated
from template RESERVESLIP, where the three first actually should generate
TRANSFERSLIP.

Either hold-transfer-slip.pl must respect $transfer variable or
transfer-slip.pl must be used in cases of transfer.

Popups are generated in returns.tt, e.g.:

    hold-transfer-slip.pl?transfer=1&borrowernumber=[% borrowernumber
%]&biblionumber=[% itembiblionumber %]&op=slip

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


More information about the Koha-bugs mailing list