Bugzilla – Attachment 31989 Details for
Bug 12944
Search for creator of an order
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 12944 [QA Followup] - Rename patrons.pl to patrons.js
PASSED-QA-Bug-12944-QA-Followup---Rename-patronspl.patch (text/plain), 2.17 KB, created by
Kyle M Hall (khall)
on 2014-10-03 14:28:02 UTC
(
hide
)
Description:
[PASSED QA] Bug 12944 [QA Followup] - Rename patrons.pl to patrons.js
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-10-03 14:28:02 UTC
Size:
2.17 KB
patch
obsolete
>From e53b2024b3afd852f4c3c5d9fc9d58441b7ced2c Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 3 Oct 2014 09:47:19 -0400 >Subject: [PATCH] [PASSED QA] Bug 12944 [QA Followup] - Rename patrons.pl to patrons.js > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../js/autocomplete/{patrons.pl => patrons.js} | 0 > .../prog/en/modules/acqui/histsearch.tt | 2 +- > .../prog/en/modules/patron_lists/list.tt | 2 +- > 3 files changed, 2 insertions(+), 2 deletions(-) > rename koha-tmpl/intranet-tmpl/js/autocomplete/{patrons.pl => patrons.js} (100%) > >diff --git a/koha-tmpl/intranet-tmpl/js/autocomplete/patrons.pl b/koha-tmpl/intranet-tmpl/js/autocomplete/patrons.js >similarity index 100% >rename from koha-tmpl/intranet-tmpl/js/autocomplete/patrons.pl >rename to koha-tmpl/intranet-tmpl/js/autocomplete/patrons.js >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt >index 75bc842..76ebc8e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt >@@ -6,7 +6,7 @@ > [% INCLUDE 'calendar.inc' %] > [% INCLUDE 'datatables.inc' %] > >-<script type="text/javascript" src="[% interface %]/js/autocomplete/patrons.pl"></script> >+<script type="text/javascript" src="[% interface %]/js/autocomplete/patrons.js"></script> > <script type="text/javascript"> > //<![CDATA[ > $(document).ready(function() { >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt >index 67bf9e3..32d7580 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt >@@ -6,7 +6,7 @@ > <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> > [% INCLUDE 'datatables.inc' %] > >-<script type="text/javascript" src="[% interface %]/js/autocomplete/patrons.pl"></script> >+<script type="text/javascript" src="[% interface %]/js/autocomplete/patrons.js"></script> > <script type="text/javascript"> > //<![CDATA[ > $(document).ready(function() { >-- >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 12944
:
31682
|
31683
|
31824
|
31825
|
31987
|
31988
|
31989
|
32922
|
32931
|
33197
|
33198
|
33199
|
33200
|
34781
|
35589
|
35590
|
35591
|
35592
|
35593
|
35698