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)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 8 Nov 2018 15:18:27 +0000 (15:18 +0000)
commit932f39906c7e82d1813a2602290e986f139eb1c5
treedf9c41b24624acec0d005eb0cd95a14666934df2
parentfaf4548438505f81dfb80b18018b3d460edd1ad9
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>
(cherry picked from commit 89bad1fa460dc75bdaeb40e82ee56639e35fe0c9)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/Accounts.pm