http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11123
--- Comment #1 from Jonathan Druart <[email protected]> --- Created attachment 22308 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=22308&action=edit Bug 11123: 2 routines are unused in C4::Account C4::Accounts::fixcredit and C4::Accounts::refund are marked as deprecated and are not used. They can be removed. Use: git grep fixcredit git rgep refund and verify these routines are not currently in used. Bonus: The module exports reconcileaccount which is not defined. The export is removed too. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
