Bug 32030: DBIC
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 28 Jun 2022 08:10:23 +0000 (10:10 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 8 Nov 2022 12:44:49 +0000 (09:44 -0300)
commitd391d1a422441107ba19a8b3b39ed48e2c0975b1
treed47182fadf3ed6a0ac67fa778b5e04c276c6b7d2
parenta24e5972171f4c14067942545a71f93ef93484b6
Bug 32030: DBIC

Signed-off-by: Jonathan Field <jonathan.field@ptfs-europe.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
14 files changed:
Koha/Schema/Result/Aqbookseller.pm
Koha/Schema/Result/Biblio.pm
Koha/Schema/Result/Borrower.pm
Koha/Schema/Result/ErmAgreement.pm [new file with mode: 0644]
Koha/Schema/Result/ErmAgreementLicense.pm [new file with mode: 0644]
Koha/Schema/Result/ErmAgreementPeriod.pm [new file with mode: 0644]
Koha/Schema/Result/ErmAgreementRelationship.pm [new file with mode: 0644]
Koha/Schema/Result/ErmDocument.pm [new file with mode: 0644]
Koha/Schema/Result/ErmEholdingsPackage.pm [new file with mode: 0644]
Koha/Schema/Result/ErmEholdingsPackagesAgreement.pm [new file with mode: 0644]
Koha/Schema/Result/ErmEholdingsResource.pm [new file with mode: 0644]
Koha/Schema/Result/ErmEholdingsTitle.pm [new file with mode: 0644]
Koha/Schema/Result/ErmLicense.pm [new file with mode: 0644]
Koha/Schema/Result/ErmUserRole.pm [new file with mode: 0644]