| Summary: | Fix typo in deletedbiblioitems.publishercode comment in kohastructure.sql | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
| Component: | Installation and upgrade (command-line installer) | Assignee: | Katrin Fischer <katrin.fischer> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | trivial | ||
| Priority: | P5 - low | CC: | david, fridolin.somers |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | Trivial patch | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: |
23.11.00,23.05.06,22.11.12
|
Circulation function: | |
| Bug Depends on: | 34029 | ||
| Bug Blocks: | |||
| Attachments: |
Bug 35180: Fix 246 to 264 in COMMENT of deletedbiblioitems.publishercode
Bug 35180: Fix 246 to 264 in COMMENT of deletedbiblioitems.publishercode Bug 35180: Fix 246 to 264 in COMMENT of deletedbiblioitems.publishercode |
||
|
Description
Katrin Fischer
2023-10-29 09:34:17 UTC
Created attachment 158022 [details] [review] Bug 35180: Fix 246 to 264 in COMMENT of deletedbiblioitems.publishercode This fixes a typo in the comment. To test: * Please check diff of the patch closely. I was not sure if this warranted a database update, but I left it off mostly because I didn't figure out the right syntax to update a comment. If required, some help would be nice :) Created attachment 158056 [details] [review] Bug 35180: Fix 246 to 264 in COMMENT of deletedbiblioitems.publishercode This fixes a typo in the comment. To test: * Please check diff of the patch closely. Signed-off-by: David Nind <david@davidnind.com> Testing notes (using KTD): 1. To show the comments column for the table in the database: SHOW FULL COLUMNS FROM biblioitems; 2. To see the updated comments: apply the patch, reset_all, repeat step 1. Created attachment 158081 [details] [review] Bug 35180: Fix 246 to 264 in COMMENT of deletedbiblioitems.publishercode This fixes a typo in the comment. To test: * Please check diff of the patch closely. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Pushed to master for 23.11. Nice work everyone, thanks! Pushed to 23.05.x for 23.05.06 Nice work everyone! Pushed to oldstable for 22.11.x |