From 0f5e01d5eb6e6bd0ff2cdcfc8624155b9e43cab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joonas=20Kylm=C3=A4l=C3=A4?= Date: Fri, 24 Jan 2020 12:46:19 +0200 Subject: [PATCH] Bug 18936: (follow-up) Fix typo in documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Minna Kivinen Signed-off-by: Joonas Kylmälä --- Koha/CirculationRules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/CirculationRules.pm b/Koha/CirculationRules.pm index ce1810ae36..2aaf056aaa 100644 --- a/Koha/CirculationRules.pm +++ b/Koha/CirculationRules.pm @@ -213,7 +213,7 @@ sub get_effective_rule { return $rule; } -=head3 get_effective_rule +=head3 get_effective_rules =cut -- 2.11.0