[Koha-bugs] [Bug 10215] Increase the size of opacnote and librariannote for table subscriptionhistory

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 26 20:48:14 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10215

--- Comment #7 from Galen Charlton <gmcharlt at gmail.com> ---
Comment on attachment 19247
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=19247
Bug 10215 - Increase the size of opacnote and librariannote for table
subscriptionhistory

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

::: C4/Serials.pm
@@ +483,4 @@
>          $subs->{startdate}     = format_date( $subs->{startdate} );
>          $subs->{histstartdate} = format_date( $subs->{histstartdate} );
>          $subs->{histenddate}   = format_date( $subs->{histenddate} );
> +        $subs->{opacnote} . q{}     =~ s/\n/\<br\/\>/g;

$ perl -c C4/Serials.pm
Can't modify constant item in substitution (s///) at C4/Serials.pm line 486,
near "s/\n/\<br\/\>/g;"
C4/Serials.pm had compilation errors.

A patch that causes a module to fail to compile is an automatic Failed QA.

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


More information about the Koha-bugs mailing list