From 5d2a6d76a2c96327229037b03ce229aa0858ee84 Mon Sep 17 00:00:00 2001
From: Katrin Fischer <katrin.fischer.83@web.de>
Date: Sun, 16 Oct 2016 12:56:48 +0200
Subject: [PATCH] Bug 5260: Follow-up - Reindenting POD of SendAlerts

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
---
 C4/Letters.pm | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

diff --git a/C4/Letters.pm b/C4/Letters.pm
index 5f24740..ed8ff88 100644
--- a/C4/Letters.pm
+++ b/C4/Letters.pm
@@ -365,18 +365,19 @@ sub findrelatedto {
 
     my $err = &SendAlerts($type, $externalid, $letter_code);
 
-Parameters:
- - $type : the type of alert
- - $externalid : the id of the "object" to query
- - $letter_code : the notice template to use
-
-C<&SendAlerts> sends an email notice directly to a patron or a vendor.
-Currently it supports ($type):
-- claim serial issues (claimissues)
-- claim acquisition orders (claimacquisition)
-- send acquisition orders to the vendor (orderacquisition)
-- notify patrons about newly received serial issues (issue)
-- notify patrons when their account is created (members)
+    Parameters:
+      - $type : the type of alert
+      - $externalid : the id of the "object" to query
+      - $letter_code : the notice template to use
+
+    C<&SendAlerts> sends an email notice directly to a patron or a vendor.
+
+    Currently it supports ($type):
+      - claim serial issues (claimissues)
+      - claim acquisition orders (claimacquisition)
+      - send acquisition orders to the vendor (orderacquisition)
+      - notify patrons about newly received serial issues (issue)
+      - notify patrons when their account is created (members)
 
     Returns undef or { error => 'message } on failure.
     Returns true on success.
-- 
2.1.4