Bug 31028: Add new Koha::Object(s) classes
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 25 Oct 2022 12:07:44 +0000 (13:07 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 6 Mar 2023 14:23:17 +0000 (11:23 -0300)
commitf49861006f1c921dcee62391b638c0f16a000c18
tree46d7204a1fa2048ce02797a32a02e0ebd282d609
parent769a7c1a4fedb4663fdb85222ae0dbe56196c30f
Bug 31028: Add new Koha::Object(s) classes

This patch adds new Koha::Object(s) for the newly introduced tables,
including updateing existing Koha::Objects adding new relations as
required.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Helen Oliver <HOliver@tavi-port.ac.uk>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/Biblio.pm
Koha/Ticket.pm [new file with mode: 0644]
Koha/Ticket/Update.pm [new file with mode: 0644]
Koha/Ticket/Updates.pm [new file with mode: 0644]
Koha/Tickets.pm [new file with mode: 0644]
t/db_dependent/Koha/Biblio.t
t/db_dependent/Koha/Ticket.t [new file with mode: 0644]
t/db_dependent/Koha/Ticket/Update.t [new file with mode: 0755]