Bug 35581: Koha::*Illbatch* -> Koha::*ILL::*Batch*
authorPedro Amorim <pedro.amorim@ptfs-europe.com>
Thu, 14 Dec 2023 14:46:11 +0000 (14:46 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Mon, 22 Apr 2024 06:57:41 +0000 (08:57 +0200)
commitdaf37b85d7d4ea4446e40f4a6f608131e9e13229
treeaf59d83323ceff82c149c1f77ac2ba6e59aa45aa
parent64c06fa87cdda2d0b1376acf7f25987e885ed4b2
Bug 35581: Koha::*Illbatch* -> Koha::*ILL::*Batch*

Koha/Illbatch.pm -> Koha/ILL/Batch.pm
Koha/Illbatches.pm -> Koha/ILL/Batches.pm
Koha/REST/V1/Illbatches.pm -> Koha/REST/V1/ILL/Batches.pm
t/db_dependent/Koha/Illbatch.t -> t/db_dependent/Koha/ILL/Batch.t
t/db_dependent/Illbatches.t -> t/db_dependent/Koha/ILL/Batches.t

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
17 files changed:
Koha/ILL/Batch.pm [new file with mode: 0644]
Koha/ILL/Batches.pm [new file with mode: 0644]
Koha/Illbatch.pm [deleted file]
Koha/IllbatchStatus.pm
Koha/Illbatches.pm [deleted file]
Koha/Illrequest.pm
Koha/REST/V1/ILL/Batches.pm [new file with mode: 0644]
Koha/REST/V1/Illbatches.pm [deleted file]
Koha/Schema/Result/Illbatch.pm
api/v1/swagger/paths/ill_batches.yaml
ill/ill-requests.pl
t/db_dependent/IllbatchStatuses.t
t/db_dependent/Illbatches.t [deleted file]
t/db_dependent/Koha/ILL/Batch.t [new file with mode: 0755]
t/db_dependent/Koha/ILL/Batches.t [new file with mode: 0755]
t/db_dependent/Koha/Illbatch.t [deleted file]
t/db_dependent/api/v1/ill_batches.t