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

--- Comment #4 from M. Tompsett <[email protected]> ---
Comment on attachment 49823
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=49823
Bug 13438: Convert normarc framework plugins to new style

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

::: cataloguing/value_builder/normarc_field_007.pl
@@ +88,1 @@
>  #FIXME:  There is probably a more-elegant way to do this!

You mean something like:

use Data::Dumper;
my $str='abcdef';
my $len=22-length $str;
@tmp = split //,$str;
push @tmp,(undef)x($len);
print Dumper(\@tmp);"

And some sort of my @field_numbers = map { "f$_" } (0..21);

Then use a loop to template->param it all?

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