Bug 24463: Add a basket_group relationship for baskets
commit7f815b258fca9cf2a76c83ebee1ec569fa7dd2ab
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 20 Jan 2020 14:56:36 +0000 (20 11:56 -0300)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 24 Mar 2020 08:06:19 +0000 (24 08:06 +0000)
treebf38c939d631d0e37e653d17a463285b96c90e94
parent3702194574cc2bdc291a05ca2d17b63e191ee6b3
Bug 24463: Add a basket_group relationship for baskets

This patch aims to bring consistency between the accessor name and the
underlying relationship to ease things when using it from the API.

To test:
1. Apply this patch
2. Run:
   $ kshell
  k$ prove t/db_dependent/Koha/Acquisition/Basket.t
=> SUCCESS: Tests pass! No behavior change!
3. Sign off :-D

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/Acquisition/Basket.pm
Koha/Schema/Result/Aqbasket.pm