View | Details | Raw Unified | Return to bug 14298
Collapse All | Expand All

(-)a/installer/data/mysql/updatedatabase.pl (-2 / +1 lines)
Lines 10869-10875 if ( CheckVersion($DBversion) ) { Link Here
10869
$DBversion = "3.21.00.027";
10869
$DBversion = "3.21.00.027";
10870
if ( CheckVersion($DBversion) ) {
10870
if ( CheckVersion($DBversion) ) {
10871
    $dbh->do(q|
10871
    $dbh->do(q|
10872
        INSERT INTO permissions (module_bit, code, description)
10872
        INSERT IGNORE INTO permissions (module_bit, code, description)
10873
        VALUES (1, 'self_checkout', 'Perform self checkout at the OPAC. It should be used for the patron matching the AutoSelfCheckID')
10873
        VALUES (1, 'self_checkout', 'Perform self checkout at the OPAC. It should be used for the patron matching the AutoSelfCheckID')
10874
    |);
10874
    |);
10875
10875
10876
- 

Return to bug 14298