http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10528 --- Comment #19 from kenza <kenza.zaki@biblibre.com> --- (In reply to Srdjan Jankovic from comment #18)
Tests passed, however I got Use of uninitialized value $calculated in substitution (s///) at C4/Serials.pm line 988. Use of uninitialized value $pattern in numeric eq (==) at C4/Serials.pm line 991. Use of uninitialized value $calculated in substitution (s///) at C4/Serials.pm line 1000. Use of uninitialized value $calculated in substitution (s///) at C4/Serials.pm line 1003. Use of uninitialized value $serialseq in string at C4/Serials.pm line 1391.
Do I need any data from that infamous patch?
No , these warnings are normal, the initialization of these values is useless for this patch. -- You are receiving this mail because: You are watching all bug changes.