Bug 25833

Summary: "Overpayment refund" in charge descriptions is not translatable
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: Fines and feesAssignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8338
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Katrin Fischer 2020-06-21 15:02:26 UTC
Koha/Account/Line.pm:                        description => 'Overpayment refund',
t/db_dependent/Koha/Account/Line.t:    is( $overpayment_refund->description, 'Overpayment refund', 'Credit generated with the expected description' );
Comment 1 Katrin Fischer 2020-06-29 14:21:55 UTC

*** This bug has been marked as a duplicate of bug 25596 ***