From 6ca20a43591949967db9abaad8ac50fb54db49ee Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 16 Oct 2016 12:56:48 +0200 Subject: [PATCH] Bug 5260: Follow-up - Reindenting POD of SendAlerts --- C4/Letters.pm | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/C4/Letters.pm b/C4/Letters.pm index 4ae17c2..99f9034 100644 --- a/C4/Letters.pm +++ b/C4/Letters.pm @@ -366,18 +366,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.7.4