[Koha-bugs] [Bug 15742] Unnecessary loop in j2a cronjob

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 4 23:35:31 CET 2016


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

--- Comment #3 from M. Tompsett <mtompset at hotmail.com> ---
Comment on attachment 47642
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47642
Bug 15742: Remove unnecessary loop in j2a cronjob

Review of attachment 47642:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=15742&attachment=47642)
-----------------------------------------------------------------

::: misc/cronjobs/j2a.pl
@@ -178,4 @@
>  		} else { print "Updated $res patrons\n"; }
>  	} else { # branch was not supplied, processing all branches
>  		$verbose and print "Looking in all branches for patrons to update from $fromcat to $tocat that were born before $itsyourbirthday\n";
> -		foreach my $branchcode (@branches) {

What's scarier is I added: print "PROCESSING $branchcode\n";
"PROCESSING HASH(0x3645b50)"

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


More information about the Koha-bugs mailing list