https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26403
--- Comment #26 from Katrin Fischer <[email protected]> --- (In reply to Katrin Fischer from comment #25) > Actually, I think we might need some more template fixes, but are on a good > road here. > > Looking at my original test plan: > > To test: > - Make sure a language with a complete translation is installed > - Switch to the language > - Go to any user account > - Add a manual invoice > - Pay it off fully or partially > - Click on "issue refund" > - Verify the list of "Transaction types" is not translated Only Cash stands out there, the other entries are translated now. This will be fixed by Caroline's adding Cash to the web installer files, because this list is part hard coded and part coming from AV: [% FOREACH pt IN payment_types %] <option value="[% pt.authorised_value | html %]">[% pt.lib | html %]</option> [% END %] > - Check the information in the patron account. It will show: Some debit and credit types are missing from the includes. I'll provide a follow-up. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
