https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28575
Andrew Fuerste-Henry <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #6 from Andrew Fuerste-Henry <[email protected]> --- I'm not quite sure if this is behaving as desired or not. So, slightly different test plan to get more granular: 1: apply patch and reset_all 2: set WhenLostChargeReplacementFee=charge, NoRefundOnLostFinesPaidAge=1, circ rules set to refund paid lost fees when item returned 3: check out 5 items to a patron, mark all 5 lost, incurring 5 lost charges 4: make payments and edit the account_offsets.created_on date for them via the database such that your five charges match this: -- charge 1: fully paid 1+ days ago -- charge 2: partially paid 1+ days ago -- charge 3: partially paid 1+ days ago, remaining payment < 1 day ago -- charge 4: full payment < 1 day ago -- charge 5: partial payment < 1 day ago 5: Check all items in I got no refund on charge 1, as expected. I got no refund on charge 2 -- the system preference says this applies to charges paid in full, should it apply here?. I got no refund on charge 3 -- I'm not sure if I should have expect a full refund because my charge reached $0 outstanding within the 1 day window, or just a refund of the payment that happened within the 1 day window. What actually happened was I got no refund at all because some portion of the charge had been paid more than a day ago. Charges 4 and 5 refunded the portion of the charge I had paid, as expected. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
