Bug 5260: Follow-up - Reindenting POD of SendAlerts
authorKatrin Fischer <katrin.fischer.83@web.de>
Sun, 16 Oct 2016 10:56:48 +0000 (12:56 +0200)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 28 Oct 2016 11:52:26 +0000 (11:52 +0000)
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Letters.pm

index 6ff7713..ef3433a 100644 (file)
@@ -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.