[Koha-bugs] [Bug 10664] Software error in overdue_notices.pl if there is no active currency

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 16 13:23:17 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10664

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #20032|0                           |1
        is obsolete|                            |

--- Comment #4 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 20396
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=20396&action=edit
Bug 10664 : Software error in overdue_notices.pl if there is no active currency

If there is no active currency, when running overdue_notices.pl you get a
sofware error "Can't use an undefined value as a HASH reference" on
GetCurrency() function call

With this patch, if there is no active currency, fines are formated by default
0,00 and notices are correctly generated.

Test plan :
- have at least one borrower with overdue that should trigger a notice
- verify that there is no active currency (Adminitration > Currency & Exchange
rates)
- run misc/cronjobs/overdue_notices.pl -v -n (to get the notice directly on
output)

=> without the patch you get the software error
=> with the patch, notices are correctly generated

If an active currency is defined, the script overdue_notices.pl runs the same
with or without patch

Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list