https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42103 --- Comment #4 from David Nind <david@davidnind.com> --- Created attachment 198197 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198197&action=edit Bug 42103: Capitalize MARC acronym in templates and DataInconsistency This fixes the spelling of "marc" in two places: - an error message from running the database audit - the description for the marc_modification_templates permission Test plan: 1. The easiest way to test this change is to check the diff for the patch and note that "marc" is changed to "MARC" in two places. 2. Database audit output (More > About Koha > Database audit): - Check the diff (otherwise would need to alter the database structure somehow so that the audit would generate the error message). 3. Check the description for the marc_modification_templates permission: - Go to any patron record - Select More > Set permissions - In the filter, enter: marc modification - Note that the description is: Manage marc modification templates (marc_modification_templates) 4. Apply the patch. 5. Repeat step 3 and note that the description is now: Manage MARC modification templates (marc_modification_templates) Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.