https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19919
Kyle M Hall <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #90228|0 |1 is obsolete| | --- Comment #42 from Kyle M Hall <[email protected]> --- Created attachment 90229 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=90229&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 <[email protected]> Signed-off-by: Liz Rea <[email protected]> Signed-off-by: Kyle M Hall <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
