From f4a2471848703ca1896e0664cb9e3c59bf308101 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 22 Jun 2015 17:43:21 -0300 Subject: [PATCH] Bug 14383: (QA followup) missing POD fix in C4/Branch.pm Signed-off-by: Tomas Cohen Arazi --- C4/Branch.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/C4/Branch.pm b/C4/Branch.pm index 56b96fb8f7..3d513e9691 100644 --- a/C4/Branch.pm +++ b/C4/Branch.pm @@ -364,6 +364,7 @@ Other usage of agency categories falls under type: 'properties'. to allow for other uses of categories. The searchdomain bit may be better implemented as a separate module, but the categories were already here, and minimally used. + =cut #TODO manage category types. rename possibly to 'agency domains' ? as borrowergroups are called categories. @@ -430,6 +431,7 @@ $results = GetBranchInfo($branchcode); returns C<$results>, a reference to an array of hashes containing branches. if $branchcode, just this branch, with associated categories. if ! $branchcode && $categorytype, all branches in the category. + =cut sub GetBranchInfo { -- 2.39.2