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)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 3 Sep 2012 13:49:10 +0000 (15:49 +0200)
commit7d55969329761f2eadf9c14f493b07f0a3b5503d
treee5c0b0cf8ef1510bbf86eae79d03f1c72fe5364f
parent15b7782234b926eb570ec79b58975d441083d55d
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>
C4/Circulation.pm