]> git.koha-community.org Git - koha.git/commit
Bug 37047: (QA follow-up) Move non-bookings code back
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 14 Jun 2024 15:13:26 +0000 (16:13 +0100)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 21 Jun 2024 13:24:42 +0000 (15:24 +0200)
commit876aff189afe27d536c82241b7ae895c13c8656d
treef35249b9171d7764580f2510c61602b411f149ec
parent5f8c575345aa0ab44922f83142838e7adcf68f6d
Bug 37047: (QA follow-up) Move non-bookings code back

We inadvertantly adding a little more than just the bookings table js
into it's own asset. This patch moves that code back and also renames
the asset file to /tables/bookings.js from /bookings-table.js as is the
scheme we're attempting to follow now (see '/modals/').

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt
koha-tmpl/intranet-tmpl/prog/js/bookings-table.js [deleted file]
koha-tmpl/intranet-tmpl/prog/js/tables/bookings.js [new file with mode: 0644]