https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22863 Bug ID: 22863 Summary: Item replacement cost with tax Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs@lists.koha-community.org Reporter: alexandre.breton@ccsr.qc.ca QA Contact: testopia@bugs.koha-community.org Target Milestone: --- Hi, When an item is marked as lost, the status of this item change and Koha will use the a Default Replacement Cost. This price is without tax sadly because it's based on aqorders.unitprice. But we need the cost of this item with tax (which is the real price paid for it). Then, the price needed must be based on unitprice_tax_included. To do that, the prices in these two areas : items.replacementprice items.price must be based on : aqorders.unitprice_tax_included. Thanks you, Alexandre -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.