[Koha-bugs] [Bug 12365] Notes for rules

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 14 21:25:13 CEST 2018


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

--- Comment #33 from M. Tompsett <mtompset at hotmail.com> ---
Comment on attachment 78685
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=78685
Bug 12365: Notes for rules

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

:::
installer/data/mysql/atomicupdate/bug_12365_-_add_note_column_to_issuingrules.perl
@@ +1,4 @@
> +$DBversion = 'XXX';
> +if( CheckVersion( $DBversion ) ) {
> +    unless( column_exists( 'issuingrules', 'note' ) ) {
> +        $dbh->do(q|ALTER TABLE issuingrules ADD note varchar(100) default NULL AFTER article_requests|);

backticks may be in order.

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


More information about the Koha-bugs mailing list