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

--- Comment #1 from Jonathan Druart <[email protected]> ---
Created attachment 183991
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183991&action=edit
Bug 40350: Remove warnings from t/db_dependent/Holds.t

Use of uninitialized value in numeric le (<=) at
/kohadevbox/koha/C4/Circulation.pm line 3151.
Use of uninitialized value in addition (+) at
/kohadevbox/koha/C4/Circulation.pm line 3158.
Use of uninitialized value in numeric le (<=) at
/kohadevbox/koha/C4/Circulation.pm line 3151.
Use of uninitialized value in addition (+) at
/kohadevbox/koha/C4/Circulation.pm line 3158.
Use of uninitialized value in numeric le (<=) at
/kohadevbox/koha/C4/Circulation.pm line 3151.
Use of uninitialized value in addition (+) at
/kohadevbox/koha/C4/Circulation.pm line 3158.

$issue->renewal_count is undefined in C4::Circulation:3151, but it's NOT
NULL in DB
We need to refetch the row to get the default defined at the DB level

-- 
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