Visit administration->item types and then edit an item. Notice there is a checkbox that is labeled as 'Automatic checkin', however 'checkin', in this case, is being utilized as a noun and according to the terminology (https://wiki.koha-community.org/wiki/Terminology#C), it should be written as 'Automatic check-in'
Created attachment 152537 [details] [review] Bug 34071: Change the phrasing of 'automatic checkin' to fit consistent terminology This patch simply changes 'Automatic checkin' to be 'Automatic check-in'. Test plan: 1) Go to administration -> item types and click the edit button on an item. 2) Notice there is a checkbox labeled 'Automatic checkin'. 3) Apply patch. 4) Refresh the page and notice the checkbox now says 'Automatic check-in'. 5) prove t/db_dependent/Koha/Checkouts.t 6) Sign-off :)
Created attachment 152551 [details] [review] Bug 34071: Change the phrasing of 'automatic checkin' to fit consistent terminology This patch simply changes 'Automatic checkin' to be 'Automatic check-in'. Test plan: 1) Go to administration -> item types and click the edit button on an item. 2) Notice there is a checkbox labeled 'Automatic checkin'. 3) Apply patch. 4) Refresh the page and notice the checkbox now says 'Automatic check-in'. 5) prove t/db_dependent/Koha/Checkouts.t 6) Sign-off :) Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Created attachment 152606 [details] [review] Bug 34071: Change the phrasing of 'automatic checkin' to fit consistent terminology This patch simply changes 'Automatic checkin' to be 'Automatic check-in'. Test plan: 1) Go to administration -> item types and click the edit button on an item. 2) Notice there is a checkbox labeled 'Automatic checkin'. 3) Apply patch. 4) Refresh the page and notice the checkbox now says 'Automatic check-in'. 5) prove t/db_dependent/Koha/Checkouts.t 6) Sign-off :) Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Pushed to master for 23.11. Nice work everyone, thanks!
Thanks for all the hard work! Pushed to 23.05.x for the next release
Nice work everyone! Pushed to 22.11.x for next release