https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40255
--- Comment #13 from Lucas Gass (lukeg) <[email protected]> --- Update test plan to include the testing on translated notices: To test: 1. Apply patch, restart all 2. Go to debit types and click "Show all debit types" and pick a system defined debit type to test with. I worked mainly with ACCOUNT ( Account creation fee ) but we should test with as many debit types as possible 3. Note the account_debit_types.code you are working with 4. Now go to Tools > Notices and Slips and create a new notice 5. Choose the "Debit description (custom)" module as your module. 6. Use the code from step 2 and 3. 7. In the "email" part of the noctice add something like: $[% accountline.amount %] (includes $[% accountline.amount * 0.1 %] tax) 8. Now go to Administration > Patron categories and configure a patron category to have a "Enrollment fee". ( I set mine to 100 ) 9. Now create a patron in that category. 10. Once created, visit the accounting tab for that patron. 11. You should see a description like "$100.00 (includes $10.00 tax)" 12. Try with other debit types to ensure this works with all. Test translatability 13. Turn on "Translate notices" 14. Install at least 1 additional language pack 15. Make a similar ACCOUNT notice similar to the one above, in your choosen language. 16. If using the ACCOUNT notice make sure you set the patron's preffered language when setting up the patron 17. Make sure the patron gets a custom accountline description in the preffered language. -- 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/
