Bug 35581: Koha::Illrequest::Workflow* -> Koha::ILL::Request::Workflow*
authorPedro Amorim <pedro.amorim@ptfs-europe.com>
Thu, 14 Dec 2023 16:20:48 +0000 (15:20 -0100)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Mon, 22 Apr 2024 06:57:43 +0000 (08:57 +0200)
commitfb2d14901b039325bfba694231648eabd32b5cf5
treeea38b5358ea1be15db34b9797b2d66ae7638eb5c
parentb3678d30f6620b24f069a8ac3c91fa8f845d8f13
Bug 35581: Koha::Illrequest::Workflow* -> Koha::ILL::Request::Workflow*

Koha/Illrequest/Workflow.pm -> Koha/ILL/Request/Workflow.pm
Koha/Illrequest/Workflow/Availability.pm -> Koha/ILL/Request/Workflow/Availability.pm
Koha/Illrequest/Workflow/TypeDisclaimer.pm -> Koha/ILL/Request/Workflow/TypeDisclaimer.pm

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>
Koha/ILL/Request/Workflow.pm [new file with mode: 0644]
Koha/ILL/Request/Workflow/Availability.pm [new file with mode: 0644]
Koha/ILL/Request/Workflow/TypeDisclaimer.pm [new file with mode: 0644]
Koha/Illrequest/Workflow.pm [deleted file]
Koha/Illrequest/Workflow/Availability.pm [deleted file]
Koha/Illrequest/Workflow/TypeDisclaimer.pm [deleted file]
ill/ill-requests.pl
opac/opac-illrequests.pl
t/db_dependent/Illrequest/Availability.t
t/db_dependent/Illrequest/TypeDisclaimer.t