Bug 17968: Remove useless variable $item_format in C4::Overdues::parse_overdues_letter
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 19 Jan 2017 17:03:55 +0000 (18:03 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 17 Feb 2017 15:43:30 +0000 (15:43 +0000)
commitad707d027482d5b926df59c1660bc4fdb7670c94
tree9ed0ab36d2709e961dc8f18580fddb8ec5568904
parente8420b5d80558a8a74f7f6a1421352dcad2c9c88
Bug 17968: Remove useless variable $item_format in C4::Overdues::parse_overdues_letter

The variable $item_format is not used and should be removed from this
subroutine.

Moreover it the letter parameter, but it is never sent to this
subroutine. letter_code is expected instead.

Test plan:
No test plan, just read the code and `git grep `

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Overdues.pm