[Koha-bugs] [Bug 12768] Replacement cost and processing fee management

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 4 13:56:27 CET 2015


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kyle at bywatersolutions.com
             Status|Needs Signoff               |Failed QA

--- Comment #7 from Kyle M Hall <kyle at bywatersolutions.com> ---
a) _insert_accontlines() has a typo, it should be _insert_accountlines()

b) Can you please either rewrite chargelostitem() to use manualinvoice() for
creating the accountline, or change manualinvoice() to use
_insert_accontlines() as well?

c) You have chargelostitem() returning an accountline as a value, which can be
either the processing fee or the lost fee, but not both even though both may be
charged. This return value is not even used by any code. The simplest
resolution would be to delete the line.

Thanks!

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list