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

(-)a/installer/data/mysql/atomicupdate/bug_27652.perl (-2 / +1 lines)
Lines 3-9 if( CheckVersion( $DBversion ) ) { Link Here
3
3
4
    $dbh->do(q{
4
    $dbh->do(q{
5
        UPDATE systempreferences
5
        UPDATE systempreferences
6
        value=REPLACE(value, '|', ',')
6
        SET value=REPLACE(value, '|', ',')
7
        WHERE variable="OPACHoldsIfAvailableAtPickupExceptions"
7
        WHERE variable="OPACHoldsIfAvailableAtPickupExceptions"
8
           OR variable="BatchCheckoutsValidCategories"
8
           OR variable="BatchCheckoutsValidCategories"
9
    });
9
    });
10
- 

Return to bug 27652