Bug 20819: Add Koha object classes for patron consents
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Mon, 28 May 2018 11:05:53 +0000 (13:05 +0200)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 20 Sep 2018 13:45:25 +0000 (13:45 +0000)
commit429ab60a0916ddda87f18f177361011d7cc2705a
tree0fe6188d0ea85abb58e7aea0f80ceb43c5cf0cbb
parent177deef3b0ff5ece0f1ad074b9b9adc078048245
Bug 20819: Add Koha object classes for patron consents

Introduces Koha::Patron::Consent[s] for new table.
Adds basic CRUD test.

Test plan:
Run t/db_dependent/Koha/Patron/Consents.t

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr>

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Koha/Patron/Consent.pm [new file with mode: 0644]
Koha/Patron/Consents.pm [new file with mode: 0644]
t/db_dependent/Koha/Patron/Consents.t [new file with mode: 0644]