[Koha-bugs] [Bug 19876] Koha::Account->pay() does not exit specific fine loop when balance is used up

2020-02-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19876 Martin Renvoize changed: What|Removed |Added Severity|major |enhancement --- Comment

[Koha-bugs] [Bug 19876] Koha::Account->pay() does not exit specific fine loop when balance is used up

2020-01-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19876 --- Comment #6 from Martin Renvoize --- UX question.. currently, we just work through the selected items in the order they're sent to the routine I believe.. should there be a precedence for what types of charges are paid off first?

[Koha-bugs] [Bug 19876] Koha::Account->pay() does not exit specific fine loop when balance is used up

2020-01-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19876 Martin Renvoize changed: What|Removed |Added Assignee|tomasco...@gmail.com

[Koha-bugs] [Bug 19876] Koha::Account->pay() does not exit specific fine loop when balance is used up

2020-01-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19876 Martin Renvoize changed: What|Removed |Added Blocks||14825

[Koha-bugs] [Bug 19876] Koha::Account->pay() does not exit specific fine loop when balance is used up

2019-12-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19876 --- Comment #5 from Tomás Cohen Arazi --- In the described case, the API for adding credits against a list of debit lines could be used, and it wouldn't suffer from this. -- You are receiving this mail because: You are watching

[Koha-bugs] [Bug 19876] Koha::Account->pay() does not exit specific fine loop when balance is used up

2019-12-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19876 --- Comment #4 from Tomás Cohen Arazi --- (In reply to Jonathan Druart from comment #3) > Hi Tomas, do you plan to work on this one? Not in a short term. Ask Martin, as he was working on replacement methods. -- You are receiving

[Koha-bugs] [Bug 19876] Koha::Account->pay() does not exit specific fine loop when balance is used up

2019-12-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19876 Jonathan Druart changed: What|Removed |Added CC|

[Koha-bugs] [Bug 19876] Koha::Account->pay() does not exit specific fine loop when balance is used up

2019-01-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19876 Tomás Cohen Arazi changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment

[Koha-bugs] [Bug 19876] Koha::Account->pay() does not exit specific fine loop when balance is used up

2019-01-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19876 Tomás Cohen Arazi changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun |tomasco...@gmail.com

[Koha-bugs] [Bug 19876] Koha::Account->pay() does not exit specific fine loop when balance is used up

2019-01-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19876 Nick Clemens changed: What|Removed |Added CC||tomasco...@gmail.com --

[Koha-bugs] [Bug 19876] Koha::Account->pay() does not exit specific fine loop when balance is used up

2019-01-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19876 --- Comment #1 from Nick Clemens --- To recreate: 1 - Create a manual fine for a patron (or find one with fines) 2 - Check out an item to this patron 3 - Ensure the item has a lost charge 4 - Mark the item lost via a method that