[Koha-bugs] [Bug 6868] Need a script to fix bad accountno data in accountlines

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 2 07:25:25 CET 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6868

--- Comment #3 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-02 06:25:25 UTC ---
Created attachment 6505
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6505
Bug 6868 : Script to clean up accountno

This script cleans up damage to the accountlines table caused by the
writeoff()
subroutine in members/pay.pl (pre bug 3498 integration).

Includes two flags:

-t  Runs this in test mode.  The database is not actually updated; if
omitted, the changes run on database directly.

-v  Prints out every change made to screen; if omitted, just shows
progress counter

This script can take some time to run; 8000 updates in 5:30 minutes on a
powerful system, in my experience.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list