[Koha-bugs] [Bug 26403] Move debit and credit types to YAML files to make them translatable for use in reports

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 10 10:27:38 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26403

--- Comment #26 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
(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.


More information about the Koha-bugs mailing list