Bugzilla – Attachment #94648: Bug 23049: [LAST PATCH ONLY] (QA follow-up) Catch '0' case debits for
bug #23049
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
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