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

(-)a/installer/data/mysql/atomicupdate/bug_23049_debit.perl (-1 / +6 lines)
Lines 91-96 if ( CheckVersion($DBversion) ) { Link Here
91
        }
91
        }
92
    );
92
    );
93
93
94
    $dbh->do(
95
        qq{
96
        UPDATE accountlines SET debit_type = accounttype, accounttype = NULL WHERE accounttype IN (SELECT code from account_debit_types)
97
        }
98
    );
99
94
    # Add new permission
100
    # Add new permission
95
    $dbh->do(
101
    $dbh->do(
96
        q{
102
        q{
97
- 

Return to bug 23049