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

--- Comment #6 from Jonathan Druart <jonathan.dru...@bugs.koha-community.org> 
---
(In reply to M. Tompsett from comment #4)
> Comment on attachment 72272 [details] [review]
> Bug 20304: Remove warnings from cataloguing scripts
> 
> Review of attachment 72272 [details] [review]:
> -----------------------------------------------------------------
> 
> ::: 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?

lost, but I found it!

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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