Bug 7985

Summary: In Checkout, list of items checked out should show Charge from table accountlines
Product: Koha Reporter: Marc Véron <veron>
Component: CirculationAssignee: Hayley Pelham <hayleypelham>
Status: ASSIGNED --- QA Contact:
Severity: normal    
Priority: P2 CC: gmcharlt, hayleypelham, josef.moravec, katrin.fischer, rkopaczka
Version: Main   
Hardware: All   
OS: All   
See Also: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9481
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 7671    
Bug Blocks:    
Attachments: List of fines&charges (above) and list of checkouts (below).

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.