Bugzilla – Attachment 24576 Details for
Bug 9016
Multi transport types for notices
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9016: QA Followup
Bug-9016-QA-Followup.patch (text/plain), 3.27 KB, created by
Jonathan Druart
on 2014-01-20 10:01:04 UTC
(
hide
)
Description:
Bug 9016: QA Followup
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-01-20 10:01:04 UTC
Size:
3.27 KB
patch
obsolete
>From 12230ba4367f9eb4aabab68d6e740c8024629b18 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >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 2374877..cdb18ab 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 ) %] > <h1>[% IF ( modify ) %]Modify notice[% ELSE %]Add notice[% END %]</h1> >- <form name="Aform" method="post" enctype="multipart/form-data"> >+ <form name="Aform" method="post" enctype="multipart/form-data"> > <input type="hidden" name="op" id="op" value="add_validate" /> > <input type="hidden" name="checked" value="0" /> > [% IF ( modify ) %] >@@ -344,12 +344,12 @@ $(document).ready(function() { > </ol> > > [% IF code.search('DGST') %] <span class="overdue">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.</span> [% END %] >- </fieldset> >- <fieldset class="action"><input type="submit" id="submit" value="Submit" class="button" /> <a class="cancel" href="/cgi-bin/koha/tools/letter.pl">Cancel</a></fieldset> >+ </fieldset> >+ <fieldset class="action"><input type="submit" id="submit" value="Submit" class="button" /> <a class="cancel" href="/cgi-bin/koha/tools/letter.pl">Cancel</a></fieldset> > <input type="hidden" name="searchfield" value="[% searchfield %]" /> >- </form> >+ </form> > [% END %] >- >+ > [% IF ( add_validate ) %] > Data recorded > <form action="[% action %]" method="post"> >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 9016
:
13276
|
20814
|
20815
|
20816
|
20916
|
21164
|
21165
|
21166
|
21167
|
21636
|
21637
|
21638
|
21639
|
22814
|
23272
|
23273
|
23289
|
23290
|
23291
|
23292
|
23293
|
23562
|
23955
|
23956
|
23957
|
23958
|
23959
|
23960
|
24571
|
24572
|
24573
|
24574
|
24575
|
24576
|
25006
|
25123
|
25124
|
25125
|
25126
|
25127
|
25128
|
25129
|
25130
|
25415
|
25416
|
25417
|
25418
|
25419
|
25420
|
25421
|
25422
|
25606
|
25899
|
26182
|
26209
|
26210
|
26211
|
26216
|
26226
|
26233
|
26648
|
26649
|
26650
|
26656
|
26657
|
26658
|
26659
|
26660
|
26661
|
26662
|
26663
|
26664
|
26665
|
26666
|
26667
|
26668
|
26670
|
26672
|
26673
|
27794
|
27795
|
27796
|
27797
|
27798
|
27799
|
27800
|
27801
|
27802
|
27803
|
27804
|
27805
|
27806
|
27807
|
27808
|
27809