Bug 21680: Remove dead code - C4::Accounts::fixaccounts
authorJosef Moravec <josef.moravec@gmail.com>
Fri, 26 Oct 2018 09:28:01 +0000 (09:28 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 26 Oct 2018 17:09:59 +0000 (17:09 +0000)
commit89bad1fa460dc75bdaeb40e82ee56639e35fe0c9
tree9aaed57f68c9671cf93431fd94b658ec878741f4
parent51ce2ebfe12e344beec4d73109e885c5c303347c
Bug 21680: Remove dead code - C4::Accounts::fixaccounts

Test plan:

git grep fixacccounts
-- without patch there are 3 occurences
-- with patch - no occurence of fixaccounts

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
C4/Accounts.pm