Bug 7985 - In Checkout, list of items checked out should show Charge from table accountlines
Summary: In Checkout, list of items checked out should show Charge from table accountl...
Status: ASSIGNED
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: master
Hardware: All All
: P2 normal (vote)
Assignee: Hayley Pelham
QA Contact:
URL:
Keywords:
Depends on: 7671
Blocks:
  Show dependency treegraph
 
Reported: 2012-04-19 19:55 UTC by Marc Véron
Modified: 2019-05-08 05:01 UTC (History)
5 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
List of fines&charges (above) and list of checkouts (below). (246.16 KB, image/jpeg)
2012-04-19 19:55 UTC, Marc Véron
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marc Véron 2012-04-19 19:55:10 UTC
Created attachment 9262 [details]
List of fines&charges (above) and list of checkouts (below).

Do the following:
-----------------

- Check out some items from a certain item type (to saem patron)
- Modify item type, change Rental charge
- Check out additional item to same patron

Result: 
-------
In the list of checkouts, all items show the new rental charge and not the Rental charge that was applied at chckout time. Totals differ.

This situation will result in a lot of support questions.

See screenshot in attachment, first and second item were issued with a rental charge of 1.01 and 3rd with a rental charge of 1.02.

The values are displayed correctly under the fines tab.

Fazit:
------
The list of checkouts should be linked with the table accountlines instead of grabbing the current value of the rental charge from the item type.
Comment 1 Marc Véron 2012-09-10 18:39:17 UTC
Still blocked by 7671
Comment 2 Marc Véron 2014-04-13 09:31:22 UTC
Re-tested with current master (3.15.00.028), bug is still valid.
Comment 3 Rafal Kopaczka 2014-04-14 10:49:41 UTC
(In reply to Marc Véron from comment #2)
> Re-tested with current master (3.15.00.028), bug is still valid.

It should by fixed in bug 9481 patch. You may test it.
Comment 4 Katrin Fischer 2015-06-06 22:32:53 UTC
This is still valid, it shows the charge defined for the itemtype, not the one from accountlines.
Comment 5 Marc Véron 2015-12-08 19:44:06 UTC
Still valid.