From bug 34029: (In reply to Fridolin Somers from comment #25) > There is a small typo in kohastructure.sql : > `publishercode` text DEFAULT NULL COMMENT 'publisher (MARC21 260$b and > 246$b)', > > 246$b => 264$b > > Maybe just fix in master
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