https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38532
Bug ID: 38532
Summary: Show both credits and debits in patron_messages.inc
Change sponsored?: ---
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Patrons
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
Currently patron_messages.inc gives an accurate but misleading overview of the
patron's account in the patron overview.
If the patron has at least 1 debit on their account with an amountoutstanding >
0, we show a message "Patron has outstanding charges of X," where X is the
total of all outstanding debits.
If the patron has no outstanding debits and at least 1 credit with an
amountoutstanding < 0, we show a message of "Patron has a credit of X," where X
is the total of all outstanding credits.
If a patron has 1 debit of $1 and 2 credits of $1,000,000 each, Koha only tells
you about the $1 debit.
I suggest we reword the credit message to "Patron has outstanding credits of X"
and make it show whenever there is one or more credit with an outstanding
amount on the account. So patrons with both credits and debits on their account
will show both messages.
--
You are receiving this mail because:
You are the assignee for the bug.
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/