[Koha-bugs] [Bug 24434] C4::Circulation::updateWrongTransfer is never called but should be

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 12 12:44:49 CEST 2021


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

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #27 from Nick Clemens <nick at bywatersolutions.com> ---
When I check the item in at the third library - if I select 'Print slip' there
is no transfer generated


Also, I ran through the test plan without the patches, left the last item with
the cancelled transfer, but it seemed to have generated an additional transfer:
MariaDB [koha_kohadev]> select * from branchtransfers where itemnumber=975;
+-------------------+------------+---------------------+---------------------+------------+-------------+---------------------+----------+----------+----------------------+---------------------+
| branchtransfer_id | itemnumber | daterequested       | datesent            |
frombranch | datearrived | datecancelled       | tobranch | comments | reason  
            | cancellation_reason |
+-------------------+------------+---------------------+---------------------+------------+-------------+---------------------+----------+----------+----------------------+---------------------+
|                 4 |        975 | 2021-05-12 10:31:32 | 2021-05-12 10:31:32 |
FFL        | NULL        | 2021-05-12 10:31:45 | CPL      | NULL     |
ReturnToHome         | Manual              |
|                 5 |        975 | 2021-05-12 10:31:45 | NULL                |
FPL        | NULL        | NULL                | FFL      | NULL     |
TransferCancellation | NULL                |
+-------------------+------------+---------------------+---------------------+------------+-------------+---------------------+----------+----------+----------------------+---------------------+


This doesn't happen after the patches, but the only way I could clear that
second transfer was to check the item in at FFL - checking in at CPL didn't
offer option to cancel

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


More information about the Koha-bugs mailing list