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)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 20 Jul 2020 14:08:22 +0000 (16:08 +0200)
commitdae82b191abb87b88e6f455179f5776ce04dc2b8
treebaaaebb2f08d7a3d8548ccc1cb100672a584a450
parent312b1c68870aec89eb81b31e7d168421548d2586
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>
C4/Circulation.pm