Bugzilla – Attachment 45036 Details for
Bug 15219
Server-side processing and pagination on checkouts tables
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15219: Fix content of "Export" column
Bug-15219-Fix-content-of-Export-column.patch (text/plain), 988 bytes, created by
Julian Maurice
on 2015-11-20 09:36:16 UTC
(
hide
)
Description:
Bug 15219: Fix content of "Export" column
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2015-11-20 09:36:16 UTC
Size:
988 bytes
patch
obsolete
>From fc7f3a0356a9ef0689826bf6ade0f6b6c372f1b4 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Fri, 20 Nov 2015 10:25:57 +0100 >Subject: [PATCH] Bug 15219: Fix content of "Export" column > >--- > koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js >index adc8d4a..ed09beb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js >+++ b/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js >@@ -481,7 +481,7 @@ $(document).ready(function() { > { > "bVisible": exports_enabled ? true : false, > "bSortable": false, >- "mDataProp": mDataProps.checkin >+ "mDataProp": mDataProps.export > } > ], > "fnFooterCallback": function ( nRow, aaData, iStart, iEnd, aiDisplay ) { >-- >1.9.1
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 15219
:
45018
|
45036
|
45054
|
48107
|
50075
|
60071
|
60642
|
61158
|
61159
|
61545
|
61546
|
72905
|
72906
|
74224
|
74225
|
75911
|
75912
|
75913
|
78555
|
78556
|
78557
|
78558
|
78559
|
79195
|
79196
|
79197
|
79198
|
79199
|
92776
|
92777
|
92778
|
92779
|
92780
|
92781
|
93921