]> git.koha-community.org Git - koha.git/commit
Bug 18677: issue_id is not added to accountlines for lost item fees
authorKyle M Hall <kyle@bywatetsolutions.com>
Wed, 11 Apr 2018 18:08:57 +0000 (14:08 -0400)
committerFridolin Somers <fridolin.somers@biblibre.com>
Wed, 5 Dec 2018 07:58:58 +0000 (08:58 +0100)
commit5a4f634784d2592f52d9488995020b47304ec87f
tree53924916dbf9d917a8762a891d83ff5ec31036d2
parent93dc736ee27b6d7026f98997164a93813dc9a20c
Bug 18677: issue_id is not added to accountlines for lost item fees

Test Plan:
1) Apply this patch
2) prove t/db_dependent/Accounts.t

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Michal Denar <black23@gmail.com>
[EDIT:]
Patch should have increased the number of tests obviously.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit cde7a8e72c04ad31bdda66908e5e0482276bdcb8)

Signed-off-by: Jesse Maseto <jesse@bywatersolution.com>
(cherry picked from commit b876d09e35aae7ff6926cbe64c51ddae12257e33)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/Accounts.pm
C4/Circulation.pm
t/db_dependent/Accounts.t
t/db_dependent/Circulation.t