Bug 26580: Remove unused C4::Acquisition::DelBasket function
authorTomas Cohen Arazi <tomascohen@theke.io>
Wed, 30 Sep 2020 15:03:41 +0000 (12:03 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 15 Oct 2020 13:02:51 +0000 (15:02 +0200)
commit8e70a863dd22e3a48c115b43852adda608efd3f7
treea1d9239b85795c38601e642316e1c80691ef440e
parent23fd3de316bbd94c691dd3941d31aff84177c389
Bug 26580: Remove unused C4::Acquisition::DelBasket function

Bug 26577 removed the only use of it.

To test:
1. Apply this patch
2. Run:
   $ git grep DelBasket
=> SUCCESS: Only finds references to DelBasketGroup
3. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Acquisition.pm