https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31737

--- Comment #1 from Slava Shishkin <[email protected]> ---
When UnseenRenewals syspref is disabled, the form param is not passed at all
when parsed it comes as undef, but the code tries directly to do
strip_non_numeric call on it. Thus the 'undef' warnings:

[WARN] Use of uninitialized value $string in substitution (s///) at
/kohadevbox/koha/admin/smart-rules.pl line 760.
[WARN] Use of uninitialized value $string in pattern match (m//) at
/kohadevbox/koha/admin/smart-rules.pl line 761.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to