[Koha-bugs] [Bug 26536] "Writeoff/Pay selected" deducts from old unpaid debts first

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 6 11:06:46 CEST 2020


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

PTFS Europe Sandboxes <sandboxes at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #111209|0                           |1
        is obsolete|                            |

--- Comment #6 from PTFS Europe Sandboxes <sandboxes at ptfs-europe.com> ---
Created attachment 111268
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=111268&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.

Signed-off-by: Sally <sally.healey at cheshiresharedservices.gov.uk>

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


More information about the Koha-bugs mailing list