Koha/koha-tmpl/intranet-tmpl/prog/en/modules
Matt Blenkinsop 7fe9e76af8
Bug 30642: (follow-up) Change sql and adapt for translations
New column has now been changed to an enum in line with comments and the strings have been amended to be picked up for translation. The file koha-tmpl/intranet-tmpl/prog/en/includes/str/checkout_renewals.inc has been removed as the variables can be included within the javascript file.

Test plan:
1) In the database shell run "show columns from checkout_renewals;" and observe that there is currently no column for recording the type of renewal
2) Apply patch
3) In the shell run "dbic" and "perl installer/data/mysql/updatedatabase.pl" to update the database schema with the new column.
4) Create some checkouts
5) Renew some checkouts manually and observe in the database that there is now a column called "renewal_type" that will have recorded these as "Manual"
6) Create some checkouts that can be automatically renewed
7) Run the cron script in automatic_renewals.pl and observe that there are now also entries with a renewal_type of "Automatic"
8) Send a GET request to http://localhost:8081/api/v1/checkouts/1/renewals and observe that the renewal_type is now returned in the response
9) In the Item Details tab for a record, there is the "Current renewals" option which has a button to view renewals. Click on this and observe that the modal now displays the new information.

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-02-10 11:07:58 -03:00
..
acqui Bug 32743: (follow-up) Add markup comments 2023-02-07 15:30:34 -03:00
admin Bug 32769: Standardize structure around action fieldsets in administration 2023-02-09 10:21:24 -03:00
authorities Bug 29173: (QA follow-up) Match pop-over sizes 2023-02-09 10:21:23 -03:00
basket Bug 16522: (follow-up) Remove HTML links from email 2023-01-30 12:10:12 -03:00
batch
catalogue Bug 30642: (follow-up) Change sql and adapt for translations 2023-02-10 11:07:58 -03:00
cataloguing Bug 32567: (QA follow-up) Fix some labelling inconsistencies 2023-02-07 15:30:32 -03:00
circ Bug 32788: Order curbside pickup slots chronologically 2023-02-07 15:31:40 -03:00
clubs
course_reserves Bug 20256: Use new methods 2023-02-02 11:59:26 -03:00
erm
errors
ill Bug 32290: Fix terminology on ILL requests page 2023-02-07 10:29:51 -03:00
installer
labels
mana
members Bug 32655: Move phone and itiva variables into templates 2023-02-03 10:30:16 -03:00
offline_circ
onboarding
patron_lists
patroncards
plugins Bug 32644: Terminology: staff/intranet and biblio in plugins-home page 2023-01-31 09:39:07 -03:00
pos Bug 32409: Fix cashup searching with non latin-1 chars 2023-02-02 11:59:26 -03:00
recalls Bug 32688: Convert recalls awaiting pickup tabs to Bootstrap 2023-01-30 12:21:34 -03:00
reports Bug 32239: Remove uneeded CSS from reports.css 2023-01-31 11:08:49 -03:00
reserve
reviews
rotating_collections
serials Bug 32698: Use template wrapper for serials pages tabs 2023-02-07 15:30:29 -03:00
services
suggestion Bug 32603: Suggester category in Suggestions management 2023-02-07 15:30:33 -03:00
tags Bug 31768: Add tools toolbar to tags page 2023-02-07 10:31:12 -03:00
test
tools Bug 15869: (QA follow-up) Add some padding around the pulldowns 2023-02-07 10:32:23 -03:00
virtualshelves Bug 16522: (follow-up) Remove HTML links from email 2023-01-30 12:10:12 -03:00
about.tt Bug 32609: Add warning to the about page 2023-02-10 11:07:54 -03:00
auth.tt
intranet-main.tt Bug 26628: Fix access to clubs when user only has clubs permission 2023-01-31 10:50:52 -03:00