On a fresh installation we are missing the VENDOR_TYPE authorised value category.
Created attachment 146912 [details] [review] Bug 33004: Add VENDOR_TYPE to default authorised value categories To test: * Go to administration > authorised values * Verify that VENDOR_TYPE doesn't show in the list * Apply patch * Run database update * Verify that VENDOR_TYPE does now appear and has a nice description (not added by this patch) * Bonus: start over and run the web installer, VENDOR_TYPE should now be already there
Created attachment 146928 [details] [review] Bug 33004: Add VENDOR_TYPE to default authorised value categories To test: * Go to administration > authorised values * Verify that VENDOR_TYPE doesn't show in the list * Apply patch * Run database update * Verify that VENDOR_TYPE does now appear and has a nice description (not added by this patch) * Bonus: start over and run the web installer, VENDOR_TYPE should now be already there Signed-off-by: Owen Leonard <oleonard@myacpl.org>
To RMs - please backport to 22.11 since the vendor_type functionality was introduced in that version
Created attachment 147205 [details] [review] Bug 33004: Add VENDOR_TYPE to default authorised value categories To test: * Go to administration > authorised values * Verify that VENDOR_TYPE doesn't show in the list * Apply patch * Run database update * Verify that VENDOR_TYPE does now appear and has a nice description (not added by this patch) * Bonus: start over and run the web installer, VENDOR_TYPE should now be already there Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Pushed to master for 23.05. Nice work everyone, thanks!
Nice work, thanks everyone! Pushed to 22.11.x for the next release.