Bug 18266: Fix internal error when paying fine for lost item without.. item
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 21 Mar 2017 15:24:28 +0000 (12:24 -0300)
committerKatrin Fischer <katrin.fischer.83@web.de>
Mon, 10 Apr 2017 21:45:29 +0000 (23:45 +0200)
commita59f056631e882ce166eed7eb6e366481449b148
treee5b4cbd972ab643964482e63b33f66c71043a4e9
parentad24c194bd0e44688805e394512a0fbe4aed4095
Bug 18266: Fix internal error when paying fine for lost item without.. item

If a fine is created for a lost item but the itemnumber is not supplied,
the system will return it.
The item should not be mark as returned if there is no item linked to
the fine.

Test plan:
1. Turn StoreLastBorrower on
2. Create a manual invoice for a lost item, do not supply a barcode
3. Pay the fines 'Pay fines > Pay'

=> Without this patch applied you get
Can't call method "last_returned_by" on an undefined value at
/home/marc/koha/C4/Circulation.pm line 2188.

=> With this patch applied, you must not get the error.
C4/Accounts.pm