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

--- Comment #2 from M. Tompsett <[email protected]> ---
Comment on attachment 50686
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50686
Bug 15414: Silencing warns triggered by creating a new layout in patron card
creator

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

::: patroncards/edit-layout.pl
@@ +236,4 @@
>  elsif  ($op eq 'new') { # this is a new layout
>      $layout = C4::Patroncards::Layout->new();
>      my @fields = ();
> +    for (my $field = 0; $field < 4; $field++) {     # limit 3 text fields

Nice catch on the initialization missing.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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