From 584a51ffcc5c4450a8009aa81487e1f1d8c64a4e Mon Sep 17 00:00:00 2001 From: Alex Buckley Date: Thu, 13 Jun 2019 16:29:32 +0000 Subject: [PATCH] Bug 23111: (follow-up) Fix for QA test tool failure Test plan: 1. Follow the test plan in the first commit 2. Run the qa test tool and notice that it no longer fails on the Koha/BiblioFramework.pm Sponsored-By: Brimbank Library, Australia --- Koha/BiblioFramework.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Koha/BiblioFramework.pm b/Koha/BiblioFramework.pm index 418af02..ee369c4 100644 --- a/Koha/BiblioFramework.pm +++ b/Koha/BiblioFramework.pm @@ -42,10 +42,12 @@ sub _type { } =head2 GetFrameworkSources + my $sources = GetFrameworkSources(); Returns reference to hash of references to the framework sources, keyed on frameworkcode. + =cut sub GetFrameworkSources { -- 2.1.4