]> git.koha-community.org Git - koha.git/commit
Bug 36581: Define ymd in scope for checkouts table
authorEmily Lamancusa <emily.lamancusa@montgomerycountymd.gov>
Thu, 11 Apr 2024 15:01:11 +0000 (11:01 -0400)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 12 Apr 2024 09:26:00 +0000 (11:26 +0200)
commitd4bbf76eecad37a5930d2dacdbe0c6a1e6820570
treeb018f93443e0aad051ac0ff5b821897864530305
parentb6a662848bba5a60328e291544efe508df1d526f
Bug 36581: Define ymd in scope for checkouts table

Test plan:
1. Find or create an item with a public or nonpublic note
   (in KTD default data, items on biblionumber 12 have notes already)
2. Check the item out to a patron
--> Checkouts table loading never completes
--> Browser console shows: "Uncaught ReferenceError: ymd is not defined"
3. Apply patch and clear browser cache
4. Refresh the page
--> Checkout table loads and console error is gone

Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
koha-tmpl/intranet-tmpl/prog/js/checkouts.js