https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38890 Bug ID: 38890 Summary: Prevent item price being copied to replacementprice Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: r.delahunty@arts.ac.uk QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com We now have the useDefaultReplacementCost parameter set to YES, rather than keying a current price determined by an internet search into the items.replacementprice field when billing for a lost item. We have deleted the replacementprice from our items so the default price is now used. But as new records are created the items.price data is being copied to the items.replacementprice field. An option to prevent the items.replacementprice field being populated for items added to MARC records created via the EDI process or by other ordering/loading methods may not suit everyone, but a copyPriceToReplacementPrice (yes/no) feature would remove the need for our weekly batch item modifications. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.