Bug 32935: (bug 13614 follow-up) Remove unused basketgroup.js
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 23 Feb 2023 08:56:03 +0000 (09:56 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 24 Feb 2023 20:57:37 +0000 (17:57 -0300)
commita48bce7c3bd26a52b85384d725101929b3981c5c
treea75be5a9343848f151d9cf99e4fbd60a9797e715
parentf7d9eaa7b0fdcf5b928be9d7ba3b971670c187af
Bug 32935: (bug 13614 follow-up) Remove unused basketgroup.js

Bug 13614 removed it. On bug 31056 we noticed that one function was
still needed but we copied it in the corresponding .tt

Now this JS file is no longer used and should be removed from the
codebase

Test plan:
  git grep basketgroup.js
must not return anything

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/js/basketgroup.js [deleted file]