Bugzilla – Attachment 35065 Details for
Bug 12648
Link patrons to an order
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 12648: Add the new 'Acquisition' entry in the letter module list
PASSED-QA-Bug-12648-Add-the-new-Acquisition-entry-.patch (text/plain), 1.49 KB, created by
Kyle M Hall (khall)
on 2015-01-09 13:21:39 UTC
(
hide
)
Description:
[PASSED QA] Bug 12648: Add the new 'Acquisition' entry in the letter module list
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-01-09 13:21:39 UTC
Size:
1.49 KB
patch
obsolete
>From 7962a7d3d2e67be3533e55499ecedb7229938e2b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Wed, 17 Dec 2014 09:35:41 +0100 >Subject: [PATCH] [PASSED QA] Bug 12648: Add the new 'Acquisition' entry in the letter module list > >Signed-off-by: Paola Rossi <paola.rossi@cineca.it> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../intranet-tmpl/prog/en/modules/tools/letter.tt | 5 +++++ > 1 files changed, 5 insertions(+), 0 deletions(-) > >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 cfda11c..3106498 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >@@ -289,6 +289,11 @@ $(document).ready(function() { > [% ELSE %] > <select name="module" id="module"> > [% END %] >+ [% IF ( module == "acquisition" ) %] >+ <option value="acquisition" selected="selected">Acquisition</option> >+ [% ELSE %] >+ <option value="acquisition" >Acquisition</option> >+ [% END %] > [% IF ( module == "catalogue" ) %] > <option value="catalogue" selected="selected">Catalog</option> > [% ELSE %] >-- >1.7.2.5
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 12648
:
30024
|
30025
|
30026
|
30027
|
30988
|
30989
|
30990
|
30991
|
31273
|
31960
|
31961
|
32230
|
33186
|
33187
|
33188
|
33189
|
33190
|
33191
|
33192
|
33193
|
34224
|
34225
|
34226
|
34227
|
34228
|
34229
|
34230
|
34231
|
34477
|
34487
|
34488
|
34489
|
34490
|
34491
|
34492
|
34493
|
34494
|
34495
|
35056
|
35058
|
35059
|
35060
|
35061
|
35062
|
35063
|
35064
|
35065
|
35066
|
36795
|
36796
|
36797
|
36798
|
36799
|
36800
|
36801
|
36802
|
36803
|
36804
|
36805
|
36807
|
36810
|
36817