]> git.koha-community.org Git - koha.git/commit
Bug 35950: Move AddReturn call into circulation.pl
authorLucas Gass <lucas@bywatersolutions.com>
Thu, 29 Feb 2024 20:48:25 +0000 (20:48 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Mon, 11 Mar 2024 14:20:33 +0000 (15:20 +0100)
commit9b2d032d1e519393edca80692b1e4718d1e4114a
tree1797963de611023e02358848a0d0c0287fe1feef
parentc2f992e7a00020f378dd714817ab83c93ebabb44
Bug 35950: Move AddReturn call into circulation.pl

There should be no change in beahavior. Following the test plan from Bug 35840.

To test:
1. APPLY PATCH, restart_all
2. Turn on RecordLocalUseOnReturn
3. Create a Statistical patron.
4. Check an item out to a regular patron.
5. Check the item out to a Statistical patron.
6. This should trigger a return and you will see 2 entries in the statistics table, one for localuse and one for a return.
7. Try checking out an item to the Stats patron that is NOT checked out.
8. You should only see 1 entry, localuse, in the statistics table.

Signed-off-by: Andrew Fuerste Henry <andrewfh@dubcolib.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit 834bff631784cc9788e66b7baad6067a5df7cffc)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/Circulation.pm
circ/circulation.pl