[Koha-bugs] [Bug 26536] "Writeoff selected" seems deduct old unpaid fines first

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 5 10:11:23 CEST 2020


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

--- Comment #2 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Created attachment 111209
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=111209&action=edit
Bug 26536: Fix incorrectly scoped variable

During work on bug 26076 a variable scope mistake was made when
reverting the logic to use distinct queries for selected accountlines.

This patch restores the script scope of the varaible by removing the
superflous 'my' declaration.

Test plan
1/ Add a set of manual invoices
2/ Select a subset of those manual invoices to 'Writeoff selected'
3/ Confirm that only those selected invoices have been written off.

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


More information about the Koha-bugs mailing list