Summary: | Incorrect total charges on the checkouts table in a patron record | ||
---|---|---|---|
Product: | Koha | Reporter: | David Roberts <david.roberts> |
Component: | Patrons | Assignee: | Bugs List <koha-bugs> |
Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | david.roberts, gmcharlt, kyle.m.hall |
Version: | 3.18 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: | Screenshot showing 0.00 total under the charges column |
Created attachment 36037 [details] Screenshot showing 0.00 total under the charges column The patron checkouts table contains a column for charges. The total at the bottom of this column is the total fines, not total charges. Therefore, the situation can arise where the list of charges each contains 0.00 in the charge column, but the total contains a different value entirely, for example: Item 1 : 0.00 Item 2 : 0.00 Total : 8.00 The charges column is not the same as fines, so the charges total shouldn't be displaying the fines total. A possible solution might be to include a column for fines in addition to the charges column (possibly instead of the replacement price field, which is of little use in this table). The attached screenshot is from a 3.10.13 system, but the problem is still apparent on a 3.18.x system.