Bug 11182: get rid of some warnings in circulation
authorSrdjan <srdjan@catalyst.net.nz>
Fri, 1 Nov 2013 07:17:40 +0000 (20:17 +1300)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 29 Apr 2014 17:57:46 +0000 (17:57 +0000)
commita1ec753df7d7b8d0c86bd4b9459e864d82d0d999
treeee148a1c693ac2938a5efc19b3fc6137c89487c1
parent42e3c64e271bb90b57edc67db181f8db76d83b03
Bug 11182: get rid of some warnings in circulation

TEST PLAN
---------
 1) Log into staff client
 2) Koha administration
 3) Global system preferences
 4) Circulation
 5) Make sure FineNotifyAtCheckin is set to Notify.
 6) Check out tab
 7) Type patron's name and click 'Submit'
 8) Select patron if required
 9) Check out an item, but set the due date to be overdue.
10) Check in the overdue item.
11) Check the error log
     $ cat ~/koha-dev/var/log/koha-error_log
     NOTE: only the warnings from lines 269 and 540 in returns.pl
           are the ones to note.
12) Apply this patch
13) Repeat steps 6 through 11, there should no new
    warnings related to lines 269 or 540 from returns.pl.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
circ/circulation.pl
circ/returns.pl