Bug 11123: remove two unused routines from C4::Accounts
authorJonathan Druart <jonathan.druart@biblibre.com>
Wed, 23 Oct 2013 11:41:44 +0000 (13:41 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 24 Oct 2013 16:55:36 +0000 (16:55 +0000)
commit5ba71095b4460005d7e78031bc77db4e3c229eb0
tree07a24f9ff7cb3c9abcf09d3835f25905103b2ad4
parent832608f1fa0de8c1eaa350f10fb5ab1f99318d8a
Bug 11123: remove two unused routines from C4::Accounts

C4::Accounts::fixcredit and C4::Accounts::refund are marked as
deprecated and are not used. They can be removed.

Use:
  git grep fixcredit
  git grep refund
and verify these routines are not currently in used.

Bonus: The module exports reconcileaccount which is not defined. The
export is removed too.

MLT: Ran qa tool on this patch with no issues either.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/Accounts.pm