]> git.koha-community.org Git - koha.git/commit
Bug 8338: (QA follow-up) Clean up warning
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 23 Jun 2020 14:10:50 +0000 (15:10 +0100)
committerLucas Gass <lucas@bywatersolutions.com>
Sat, 25 Jul 2020 18:17:57 +0000 (18:17 +0000)
commita48123c2131ba9f28f174e0cfc51807e1e42b9ad
tree71564529a0cb6162f1df7590b5f68a17994db445
parentf073ec206c701b0ea4bfab9878b60fa718377373
Bug 8338: (QA follow-up) Clean up warning

This patch moves the accountline->store call below the FinesLog code
such that we return the same 'thing' from _FixOverduesOnReturn as the
other clauses of the routine.

We also take the oportunity to clean up the warning thrown by an errant
call to the routine such that we output the actual itemnumber rather
than a HASH reference marker.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit dae82b191abb87b88e6f455179f5776ce04dc2b8)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
C4/Circulation.pm