From 042cf834b725cfd9d1c34432aa6d5ddae110a26a 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 --- 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