[Koha-bugs] [Bug 26548] New: [20.05] Update for 20.05.03.001 has wrong SQL

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Sep 26 11:50:34 CEST 2020


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

            Bug ID: 26548
           Summary: [20.05] Update for 20.05.03.001 has wrong SQL
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Installation and upgrade (web-based installer)
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: katrin.fischer at bsz-bw.de
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com

22386 $DBversion = '20.05.03.001';
22387 if( CheckVersion( $DBversion ) ) {
22388     $dbh->do(q{
22389         INSERT IGNORE INTO systempreferences ( `variable`, `value`,
`options`, `explanation`, `type` ) VALUES
22390         ('DefaultLongOverdueSkipLostStatuses', '', NULL, 'Skip these lost
statuses by default in longoverdue.pl', 'Free'),
22391     });
22392 
22393     NewVersion( $DBversion, 25958, "Allow LongOverdue cron to exclude
specified lost values");
22394 }

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


More information about the Koha-bugs mailing list