Bug 18146: (follow-up) Remove warn for uninitialized value
authorNick Clemens <nick@bywatersolutions.com>
Fri, 29 Jan 2021 15:24:20 +0000 (15:24 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 15 Feb 2021 10:59:29 +0000 (11:59 +0100)
commit30d92f92481c6ab6871f1b92df9600793ded98a1
treefbf208b425a2d8e5099675bd8438eaee39bc18cd
parent03bb55f1047621ba41c589d8d3774f23cdde6241
Bug 18146: (follow-up) Remove warn for uninitialized value

In the previous patch you may have noticed many warns when running the tests

We add guarantor charges to a variable to determine if over the limit, but we don't initialize that value

We should

To test:
1 - Apply first patch and follow test plan
2 - Note warns when proving test
3 - Apply this patch
4 - prove
5 - No more warns

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Circulation.pm