28 Feb
2012
28 Feb
'12
2:26 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7597 --- Comment #5 from Kyle M Hall <kyle.m.hall@gmail.com> 2012-02-28 14:26:22 UTC --- Created attachment 7916 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7916 Bug 7597 - Part 2 - move sub writeoff to C4::Accounts Currently, the subroutine writeoff lives in pay.pl, which is a violation of the Koha coding guidelines, as it writes to the database. This commit restructures and moves writeoff to C4::Accounts::WriteOff(), and modifies pay.pl to use it. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.