[Koha-bugs] [Bug 20304] Warnings in cataloguing scripts need to be removed

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 2 02:46:47 CEST 2018


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

--- Comment #4 from M. Tompsett <mtompset at hotmail.com> ---
Comment on attachment 72272
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=72272
Bug 20304: Remove warnings from cataloguing scripts

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

::: cataloguing/additem.pl
@@ +157,5 @@
>              my $temp2 = $temp->field($CNtag);
>              if ($temp2) {
> +                my $value = q{};
> +                $value .= $temp2->subfield($CNsubfield)  if $temp2->subfield($CNsubfield);
> +                $value .= $temp2->subfield($CNsubfield2) if $temp2->subfield($CNsubfield2);

Where's the space gone?

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


More information about the Koha-bugs mailing list