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

Colin Campbell <colin.campb...@ptfs-europe.com> changed:

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

--- Comment #5 from Colin Campbell <colin.campb...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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