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

(-)a/installer/data/mysql/atomicupdate/bug_27779.pl (-2 / +1 lines)
Lines 9-15 return { Link Here
9
9
10
        $dbh->do(q{
10
        $dbh->do(q{
11
            UPDATE account_credit_types
11
            UPDATE account_credit_types
12
            SET description = 'Refund' WHERE code = 'REFUND'
12
            SET description = 'Refund' WHERE code = 'REFUND' AND description = 'A refund applied to a patrons fine';
13
        });
13
        });
14
    },
14
    },
15
}
15
}
16
- 

Return to bug 27779