[Koha-bugs] [Bug 6634] manager_id not populated when paying fines

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 8 18:37:51 CET 2012


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

--- Comment #15 from Fred P <fred.pierre at smfpl.org> 2012-02-08 17:37:51 UTC ---
Turns out that a writeoff uses a smallint value for the account no, the account
no is used to clear the amountoustanding. The account no is supposed to
increment, but writeoff assigns the maximum value to the smallint, it fails to
increment, and the next accountline is assigned the same (maximum) value for
account no. The next time you apply a payment, all of the accountlines with
that account no receive the same processing. 

It's only a writeoff that affects this, and I am using 3.5, not sure if this
manifests in 3.6.

-- 
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