Bugzilla – Attachment #100114: Bug 24081: (QA follow-up) Fix small typo for
bug #24081
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 24081
Collapse All
|
Expand All
(-)
a/installer/data/mysql/account_offset_types.sql (-2 / +1 lines)
Lines 20-24 INSERT INTO account_offset_types ( type ) VALUES
Link Here
20
('Void Payment'),
20
('Void Payment'),
21
('Credit Applied'),
21
('Credit Applied'),
22
('PAYOUT'),
22
('PAYOUT'),
23
('DISOUNT'),
23
('DISCOUNT'),
24
('REFUND');
24
('REFUND');
25
-
Return to
bug 24081