From f94770f56917c4cd8f1c0d711ae9580ae0db588f Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 16 Dec 2013 09:48:39 +0100 Subject: [PATCH] Bug 9016: QA Followup Fix tab characters and POD. --- C4/Letters.pm | 12 ++++++------ C4/Overdues.pm | 1 + koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt | 10 +++++----- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/C4/Letters.pm b/C4/Letters.pm index 514ea55..ebcace0 100644 --- a/C4/Letters.pm +++ b/C4/Letters.pm @@ -37,13 +37,13 @@ use Carp; use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); BEGIN { - require Exporter; - # set the version for version checking + require Exporter; + # set the version for version checking $VERSION = 3.07.00.049; - @ISA = qw(Exporter); - @EXPORT = qw( - &GetLetters &GetPreparedLetter &GetWrappedLetter &addalert &getalert &delalert &findrelatedto &SendAlerts &GetPrintMessages &GetMessageTransportTypes - ); + @ISA = qw(Exporter); + @EXPORT = qw( + &GetLetters &GetPreparedLetter &GetWrappedLetter &addalert &getalert &delalert &findrelatedto &SendAlerts &GetPrintMessages &GetMessageTransportTypes + ); } =head1 NAME diff --git a/C4/Overdues.pm b/C4/Overdues.pm index 8c0a5ec..d04ce1d 100644 --- a/C4/Overdues.pm +++ b/C4/Overdues.pm @@ -913,6 +913,7 @@ sub RemoveNotifyLine { return a arrayref with all message_transport_type for given branchcode, categorycode and letternumber(1,2 or 3) =cut + sub GetOverdueMessageTransportTypes { my ( $branchcode, $categorycode, $letternumber ) = @_; return unless $categorycode and $letternumber; diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt index 6a69caf..c1dcc10 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt @@ -227,7 +227,7 @@ $(document).ready(function() { [% IF ( add_form ) %]

[% IF ( modify ) %]Modify notice[% ELSE %]Add notice[% END %]

-
+ [% IF ( modify ) %] @@ -344,12 +344,12 @@ $(document).ready(function() { [% IF code.search('DGST') %] Warning, this is a template for a Digest, as such, any references to branch data ( e.g. branches.branchname ) will refer to the borrower's home branch. [% END %] - -
Cancel
+ +
Cancel
-
+ [% END %] - + [% IF ( add_validate ) %] Data recorded
-- 1.7.10.4