@@ -, +, @@ --- installer/data/mysql/atomicupdate/bug_27779.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/installer/data/mysql/atomicupdate/bug_27779.pl +++ a/installer/data/mysql/atomicupdate/bug_27779.pl @@ -9,7 +9,7 @@ return { $dbh->do(q{ UPDATE account_credit_types - SET description = 'Refund' WHERE code = 'REFUND' + SET description = 'Refund' WHERE code = 'REFUND' AND description = 'A refund applied to a patrons fine'; }); }, } --