Bug 35581: Koha::Illrequestattribute* -> Koha::ILL::Request::Attribute*
authorPedro Amorim <pedro.amorim@ptfs-europe.com>
Thu, 14 Dec 2023 16:02:05 +0000 (15:02 -0100)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Mon, 22 Apr 2024 06:57:43 +0000 (08:57 +0200)
commitb3678d30f6620b24f069a8ac3c91fa8f845d8f13
treebd1999343b6cd7853bbfcbe14676aea0f071c775
parentc766172d50c3384f35fb4068372a0df1b2e24b92
Bug 35581: Koha::Illrequestattribute* -> Koha::ILL::Request::Attribute*

Koha/Illrequestattribute.pm -> Koha/ILL/Request/Attribute.pm
Koha/Illrequestattributes.pm -> Koha/ILL/Request/Attributes.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>
Koha/ILL/Request/Attribute.pm [new file with mode: 0644]
Koha/ILL/Request/Attributes.pm [new file with mode: 0644]
Koha/Illrequest.pm
Koha/Illrequestattribute.pm [deleted file]
Koha/Illrequestattributes.pm [deleted file]
Koha/REST/V1/Illrequests.pm
Koha/Schema/Result/Illrequestattribute.pm
t/db_dependent/Illrequestattributes.t [deleted file]
t/db_dependent/Illrequests.t
t/db_dependent/Koha/ILL/Comments.t
t/db_dependent/Koha/ILL/Request/Attributes.t [new file with mode: 0755]