Bugzilla – Attachment 86718 Details for
Bug 18589
Show ILLs as part of patron profile
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18589: (follow-up) Fix merge problem
Bug-18589-follow-up-Fix-merge-problem.patch (text/plain), 1.16 KB, created by
Josef Moravec
on 2019-03-18 14:11:51 UTC
(
hide
)
Description:
Bug 18589: (follow-up) Fix merge problem
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2019-03-18 14:11:51 UTC
Size:
1.16 KB
patch
obsolete
>From 461aff2bd1558f991c33a1a0ccf2c170778d5280 Mon Sep 17 00:00:00 2001 >From: Andrew Isherwood <andrew.isherwood@ptfs-europe.com> >Date: Tue, 12 Mar 2019 09:34:29 +0000 >Subject: [PATCH] Bug 18589: (follow-up) Fix merge problem > >Date format setting got lost in the merge > >As per item 1) in comment #20: >https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18589#c20 > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js b/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js >index 41e7ecc956..ba0ebd1232 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js >@@ -7,6 +7,10 @@ $(document).ready(function() { > // Filters that are active > var activeFilters = {}; > >+ $('#illfilter_dateplaced_start, #illfilter_dateplaced_end, #illfilter_datemodified_start, #illfilter_datemodified_end').datepicker( >+ 'option', 'dateFormat', dateFormat >+ ); >+ > // Get any prefilters > var prefilters = $('table#ill-requests').data('prefilters'); > >-- >2.11.0
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 18589
:
74809
|
79692
|
82177
|
82513
|
84197
|
84199
|
84204
|
84792
|
84796
|
86432
|
86433
|
86456
|
86465
|
86504
|
86506
|
86507
|
86714
|
86715
|
86716
|
86717
|
86718
|
86719
|
86720
|
86721
|
86722
|
86735
|
86736
|
86737