Bug 28750: (bug 17600 follow-up) Use full path for subroutines
authorNick Clemens <nick@bywatersolutions.com>
Fri, 23 Jul 2021 13:53:44 +0000 (13:53 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 26 Jul 2021 14:28:52 +0000 (16:28 +0200)
commitf8813f8d37c88edd048464848c84708ff07e8a69
treed0aad460fd7c95793c67806001d80668a1cbd874
parentf891156f424a466aadb5ab85c445fcdbae4f3536
Bug 28750: (bug 17600 follow-up) Use full path for subroutines

Throughout the file we call methods with the module
Following suit rather than importing the methods

To test:
1 - Attempt to load advanced cataloging editor
2 - it fails
3 - http://localhost:8081/cgi-bin/koha/svc/cataloguing/framework?frameworkcode=&callback=define
4 - Undefined subroutine &CGI::Compile::ROOT::kohadevbox_koha_svc_cataloguing_framework::GetMarcStructure called at /kohadevbox/koha/svc/cataloguing/framework line 18
5 - Apply patch
6 - Cataloging editor loads!
7 - Link in #3 loads!

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
svc/cataloguing/framework