[Koha-bugs] [Bug 12225] SIP does not respect the "no block" flag

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 11 11:51:38 CET 2015


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

Colin Campbell <colin.campbell at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |ASSIGNED

--- Comment #5 from Colin Campbell <colin.campbell at ptfs-europe.com> ---
Reverted back to assigned as a much more extensive patch is required. For Info
the no block flag is placed when the unit uploads transaction which werte
recorded when the unit was offline. It flags that these Checkins, Checkouts and
Renewals have occured and cannot be refused. We need to address 3 layers of
bugs in the existing code.
1. Interpret the flag correctly (this was addressed by the original patch) at
present the code has errors in testing the flag.
2. Supply the missing methods. The current code calls no-existent methods if
ho_block is set which would cause the server to abort. The missing methods need
to be supplied
3. Make the appropriate checks in those methods. Currently no checks are made
that the transaction is processed correctly e.g. a no block checkin my record a
return from loan at 1pm but if the book was reissued at 2pm it is an error to
apply that checkin to the second issue

Working on a fuller patch to address these issues

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


More information about the Koha-bugs mailing list