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)
committerGalen Charlton <galen.charlton@liblime.com>
Mon, 6 Oct 2008 02:01:24 +0000 (21:01 -0500)
commit09e330802442a345676db77777dcb62b4084269b
treea89274555c2093160549540c4fdf1c8113c26a37
parent6de2f89e97d39f62a860b9b1fd4648523ad9e095
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