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

(-)a/installer/data/mysql/atomicupdate/bug_23049_debit.perl (-2 / +1 lines)
Lines 159-165 if ( CheckVersion($DBversion) ) { Link Here
159
          FROM
159
          FROM
160
            accountlines
160
            accountlines
161
          WHERE
161
          WHERE
162
            amount > 0
162
            amount >= 0
163
        }
163
        }
164
    );
164
    );
165
165
166
- 

Return to bug 23049