Bug 35581: Illbatchstatus* -> ILL::Batch::Status*
authorPedro Amorim <pedro.amorim@ptfs-europe.com>
Thu, 14 Dec 2023 15:08:20 +0000 (15:08 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Mon, 22 Apr 2024 06:57:42 +0000 (08:57 +0200)
commitb190c5b0587429e1e41fc2d01e015eb1b5675914
tree35e39c5662c18aee2d85ea9ef883d375f0406f99
parentdaf37b85d7d4ea4446e40f4a6f608131e9e13229
Bug 35581: Illbatchstatus* -> ILL::Batch::Status*

Koha/IllbatchStatus.pm -> Koha/ILL/Batch/Status.pm
Koha/IllbatchStatuses.pm -> Koha/ILL/Batch/Statuses.pm
Koha/REST/V1/IllbatchStatuses.pm -> Koha/REST/V1/ILL/Batch/Statuses.pm

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
15 files changed:
Koha/ILL/Batch.pm
Koha/ILL/Batch/Status.pm [new file with mode: 0644]
Koha/ILL/Batch/Statuses.pm [new file with mode: 0644]
Koha/IllbatchStatus.pm [deleted file]
Koha/IllbatchStatuses.pm [deleted file]
Koha/REST/V1/ILL/Batch/Statuses.pm [new file with mode: 0644]
Koha/REST/V1/ILL/Batches.pm
Koha/REST/V1/IllbatchStatuses.pm [deleted file]
Koha/Schema/Result/IllbatchStatus.pm
admin/ill_batch_statuses.pl
api/v1/swagger/paths/ill_batchstatuses.yaml
t/db_dependent/IllbatchStatuses.t [deleted file]
t/db_dependent/Koha/ILL/Batch/Statuses.t [new file with mode: 0755]
t/db_dependent/api/v1/ill_batches.t
t/db_dependent/api/v1/ill_batchstatuses.t