Summary: | Show bookings options on itemtypes.pl | ||
---|---|---|---|
Product: | Koha | Reporter: | Jessie Zairo <jzairo> |
Component: | System Administration | Assignee: | Owen Leonard <oleonard> |
Status: | Signed Off --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | esther.melander, gmcharlt |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: | Bug 38863: Show bookings options on itemtypes.pl |
Description
Jessie Zairo
2025-01-10 17:02:59 UTC
Created attachment 183070 [details] [review] Bug 38863: Show bookings options on itemtypes.pl This patch adds a column to the table of item types in item types administration to show if the item type is bookable by default. The column is hidden by default. To test, apply the patch and restart services. - Go to Administration -> Item types - If necessary, edit an item type and check the "Bookable" checkbox. - In the table of item types, the "Bookbable" column should be hidden by default. - Click the "Columns" button and check the "Bookable" menu item to show it. It should now appear. - Click the "Configure" button and try making changes to the default configuration. Your changes should be reflected on the item types pages. Sponsored-by: Athens County Public Libraries Created attachment 183070 [details] [review] [review] Bug 38863: Show bookings options on itemtypes.pl This patch adds a column to the table of item types in item types administration to show if the item type is bookable by default. The column is hidden by default. To test, apply the patch and restart services. - Go to Administration -> Item types - If necessary, edit an item type and check the "Bookable" checkbox. - In the table of item types, the "Bookbable" column should be hidden by default. - Click the "Columns" button and check the "Bookable" menu item to show it. It should now appear. - Click the "Configure" button and try making changes to the default configuration. Your changes should be reflected on the item types pages. Sponsored-by: Athens County Public Libraries Signed-off-by: Esther Melander <yesther@bywatersolutions.com> |