Koha/t/db_dependent/Circulation
Nick Clemens 4767112320 Bug 26078: Prevent generating a new transfer from return policy when resolving a transfer
To test:
- Have 2+ branches
- Set your default return policy to Item returns to issuing library
- Find an item with holding branch of Branch A
- Set your library to Branch B
- Check item in
- Koha generates a transfer to Branch A. In doing so, it sets the item holding branch to Branch B
- Set your library to Branch A
- Check item in
- Koha generate a transfer to Branch B. In doing so, it sets the item holding branch to Branch A
- Set you library to Branch A
- Check the item in
 . . . Repeat indefinitely.
 Apply patch
 Repeat
 No more loop

Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2020-08-18 14:38:44 +02:00
..
IssuingRules Bug 22001: Remove the RaiseError occurrences from tests 2020-03-27 08:52:56 +00:00
Branch.t Bug 26078: Prevent generating a new transfer from return policy when resolving a transfer 2020-08-18 14:38:44 +02:00
CalcDateDue.t Bug 25723: Update cache flushing calls 2020-07-20 17:45:31 +02:00
CalcFine.t Bug 18936: More fixes 2020-02-04 09:56:26 +00:00
CheckIfIssuedToPatron.t Bug 23463: Replace AddItem calls with Koha::Item->store 2020-03-23 09:26:26 +00:00
CheckValidBarcode.t Bug 23463: Replace AddItem calls with Koha::Item->store 2020-03-23 09:26:26 +00:00
dateexpiry.t Bug 19943: Fix dateexpiry.t - create the biblioitem entry 2018-03-23 13:24:15 -03:00
GetHardDueDate.t Bug 17845: Remove some missed references to branchprinter 2020-03-10 15:18:28 +00:00
GetPendingOnSiteCheckouts.t Bug 23463: Replace AddItem calls with Koha::Item->store 2020-03-23 09:26:26 +00:00
GetTopIssues.t Bug 22001: Remove the RaiseError occurrences from tests 2020-03-27 08:52:56 +00:00
IsItemIssued.t Bug 23463: Fix IsItemIssued.t 2020-03-23 09:26:34 +00:00
issue.t Bug 25724: Unit tests 2020-07-27 17:05:06 +02:00
MarkIssueReturned.t Bug 24413: (follow-up) Add tests 2020-05-25 15:58:14 +02:00
NoIssuesChargeGuarantees.t Bug 24408: Do not compare floats with precision in tests 2020-01-13 13:42:45 +00:00
OfflineOperation.t Bug 17845: Remove some missed references to branchprinter 2020-03-10 15:18:28 +00:00
ReturnClaims.t Bug 18936: Fix some more tests 2020-02-04 09:56:27 +00:00
Returns.t Bug 8338: (QA follow-up) Fix test for backdated return 2020-07-21 12:21:28 +02:00
StoreLastBorrower.t Bug 14591: Update unit tests 2019-03-15 12:14:03 +00:00
SwitchOnSiteCheckouts.t Bug 18936: (follow-up) Add foreign key and scope enhancement to circ rules 2020-02-04 09:56:24 +00:00
TooMany.t Bug 26132: Remove raw sql query 2020-08-13 10:15:33 +02:00
transferbook.t Bug 24299: Add Unit test for 'reason' in transferbook 2020-03-20 15:54:58 +00:00
transfers.t Bug 23463: Replace AddItem calls with Koha::Item->store 2020-03-23 09:26:26 +00:00