Bug 10749

Summary: patron permissions typos
Product: Koha Reporter: Nicole C. Engard <nengard>
Component: TemplatesAssignee: Katrin Fischer <katrin.fischer>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: tomascohen
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: Small patch Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 10794 - Sorting on billing date column in invoices table doesn't work
Bug 10749: Fix typo in budget_add_del permission
[SIGNED-OFF] Bug 10749: Fix typo in budget_add_del permission
Bug 10749: Fix typo in budget_add_del permission

Description Nicole C. Engard 2013-08-18 14:27:36 UTC
In Home > Patrons > Set permissions for {staff member}, it says "edit_patronsPerform
batch modifivation of patrons" which should be "edit_patronsPerform batch
modification of patrons"

It also says "budget_add_delAdd and delete budgets (but cant modify budgets)"
which should be "budget_add_delAdd and delete budgets (but can't modify
budgets)"
Comment 1 Owen Leonard 2013-09-09 18:50:43 UTC Comment hidden (obsolete)
Comment 2 Owen Leonard 2013-09-09 18:52:32 UTC
Comment on attachment 20923 [details] [review]
Bug 10794 - Sorting on billing date column in invoices table doesn't work

Sorry, attached this patch to the wrong bug.
Comment 3 Katrin Fischer 2014-07-12 14:46:16 UTC
Perform batch modification of patrons - fixed
but cant modify budgets - not fixed
Comment 4 Katrin Fischer 2014-11-10 19:56:49 UTC Comment hidden (obsolete)
Comment 5 Owen Leonard 2014-11-20 17:50:12 UTC Comment hidden (obsolete)
Comment 6 Jonathan Druart 2014-11-25 13:56:27 UTC
Created attachment 33904 [details] [review]
Bug 10749: Fix typo in budget_add_del permission

Updates the en permission file and adds a database
update to fix the permisson.

The update is done using the description, to not
untranslate non-English permission descriptions.

To test:
- Run the database update on your existing installation
  and check the typo is gone
- Run the web installer and check there are no errors
  and permissions are loaded correctly (and without typos)

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Test plan works correctly.

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Comment 7 Tomás Cohen Arazi (tcohen) 2014-11-25 18:35:58 UTC
Patch pushed to master.

Good catch Katrina!