[Koha-bugs] [Bug 19919] Writing off a Lost Item Fee marks as "Paid for by patron"

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 31 13:09:25 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19919

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #89816|0                           |1
        is obsolete|                            |
  Attachment #89817|0                           |1
        is obsolete|                            |

--- Comment #41 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 90228
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=90228&action=edit
Bug 19919: Stop using paidfor altogether

This patch removed references to setting and getting the items.paidfor
field. Where it was used for display, in moredetail.pl, we replace it
with a query on the accountlines.

Test plan:
1) Apply patch
2) Pay off a LOST item
3) Check for the associated display of 'Paidfor?:' on the itemdetails
page
4) Writeoff a LOST item
5) Check that a 'Paidfor?:' is not displayed on the itemdetails page.

Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Signed-off-by: Liz Rea <wizzyrea at gmail.com>

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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


More information about the Koha-bugs mailing list