]> git.koha-community.org Git - koha.git/commit
Bug 8569: Paying for lost item overwrites nonpublic notes.
authorD Ruth Bavousett <ruth@bywatersolutions.com>
Fri, 3 Aug 2012 14:53:23 +0000 (07:53 -0700)
committerChris Cormack <chrisc@catalyst.net.nz>
Mon, 3 Sep 2012 21:01:21 +0000 (09:01 +1200)
commite6b348a89fdaf18e1ee3316e1ba6ed43f614ee9e
treeee542cb90115f41084f7238d2740fc69f1581a11
parent5bc1246b6d1e3e25ff6c4b430bd698185ba876cc
Bug 8569: Paying for lost item overwrites nonpublic notes.

This patch modifies C4::Circulation::ReturnLostItem to append the Paid-for note
to existing data, rather than overwriting it.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
C4/Circulation.pm