Bugzilla – Attachment 78557 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 relatives issues table
Bug-15219-Fix-relatives-issues-table.patch (text/plain), 1.39 KB, created by
Julian Maurice
on 2018-09-11 15:20:08 UTC
(
hide
)
Description:
Bug 15219: Fix relatives issues table
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2018-09-11 15:20:08 UTC
Size:
1.39 KB
patch
obsolete
>From c18a9df2262816147e76f39bec3bb75c70c00027 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Fri, 8 Jun 2018 10:52:22 +0200 >Subject: [PATCH] Bug 15219: Fix relatives issues table > >--- > koha-tmpl/intranet-tmpl/prog/js/checkouts.js | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >index dd148ee8ce..8a68cede21 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >@@ -656,7 +656,7 @@ $(document).ready(function() { > var relativesIssuesTable; > $("#relatives-issues-tab").click( function() { > if ( ! relativesIssuesTable ) { >- relativesIssuesTable = KohaTable("#relatives-issues-table", { >+ relativesIssuesTable = KohaTable("relatives-issues-table", { > "bAutoWidth": false, > "sDom": 'C<"top pager"ilp>rt', > "aaSorting": [[4, "desc"]], >@@ -735,7 +735,7 @@ $(document).ready(function() { > "orderable": ServerSideCheckoutsTables ? false : true > }, > { >- "data": "replacementprice", >+ "data": "price", > "render": { > "display": renderers.price > }, >-- >2.17.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