From 8b42b2e7f30c7ca63141cf10af058ce0edd72b06 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Tue, 31 May 2016 14:16:07 +0200 Subject: [PATCH] Bug 16504: [QA Follow-up] Make koha-qa happy with two newlines Content-Type: text/plain; charset=utf-8 Signed-off-by: Marcel de Rooy --- C4/Members/Attributes.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/C4/Members/Attributes.pm b/C4/Members/Attributes.pm index b269532..ab43a7c 100644 --- a/C4/Members/Attributes.pm +++ b/C4/Members/Attributes.pm @@ -271,6 +271,7 @@ sub DeleteBorrowerAttributes { Delete a borrower attribute for the patron identified by C<$borrowernumber> and the attribute code of C<$attribute> =cut + sub DeleteBorrowerAttribute { my ( $borrowernumber, $attribute ) = @_; @@ -290,6 +291,7 @@ sub DeleteBorrowerAttribute { Update a borrower attribute C<$attribute> for the patron identified by C<$borrowernumber>, =cut + sub UpdateBorrowerAttribute { my ( $borrowernumber, $attribute ) = @_; -- 1.7.10.4