Koha/Koha/Account
Martin Renvoize a9c934a0a1 Bug 29139: Add exceptions to relation accessors
We already had exceptions on the many-to-many links, but we didn't have
them for the middle table. The underlying dbic relations make it clear
which id's are being used for linking.  A 'credit' has 'credit_offsets',
a 'debit' has 'debit_offsets'.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-10-01 16:28:55 +02:00
..
CreditType.pm Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
CreditTypes.pm Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
DebitType.pm Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
DebitTypes.pm Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
Line.pm Bug 29139: Add exceptions to relation accessors 2021-10-01 16:28:55 +02:00
Lines.pm Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
Offset.pm Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
Offsets.pm Bug 22435: Fix _set_found_trigger 2021-08-04 14:06:43 +02:00