Summary: | patron permissions typos | ||
---|---|---|---|
Product: | Koha | Reporter: | Nicole C. Engard <nengard> |
Component: | Templates | Assignee: | 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
Created attachment 20923 [details] [review] Bug 10794 - Sorting on billing date column in invoices table doesn't work This patch adds the sorting by title string option to the table of invoices. This allows column data to be sorted based on the ISO-formatted date rather than the formatted-for-display date. A "blank" (0000-00-00) date is added to cells which contain no date data. To test, view the Acquisitions Invoices page (acqui/invoices.pl) and confirm that the "Billing date" column is sorted correctly regardless of the dateformat system preference. 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. Perform batch modification of patrons - fixed but cant modify budgets - not fixed Created attachment 33441 [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) Created attachment 33754 [details] [review] [SIGNED-OFF] 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. 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> Patch pushed to master. Good catch Katrina! |