bug: chargelostitem() didn't unset onloan on the item record.
authorMichael Hafen <mdhafen@tech.washk12.org>
Tue, 2 Sep 2008 19:57:09 +0000 (13:57 -0600)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 12 Nov 2008 13:40:19 +0000 (14:40 +0100)
commitf5d9c9d6bbb65499206cab1d9a03048bbbe889b6
treee079a3bc8812abc9af98d5983243e78f38b72907
parentf9dce6fd89120e8c51550ea790d35d7bd9dee681
bug: chargelostitem() didn't unset onloan on the item record.

I don't think this is left set intentionally.

If an item is set lost and it's on loan it's marked returned, but it
wasn't set as not on loan.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/Accounts.pm