Bugzilla – Attachment 31857 Details for
Bug 12646
Only "top 20" rows visible in invoices search result
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12646: Display all invoices on the same page
0001-Bug-12646-Display-all-invoices-on-the-same-page.patch (text/plain), 1.34 KB, created by
Paola Rossi
on 2014-09-24 16:22:10 UTC
(
hide
)
Description:
Bug 12646: Display all invoices on the same page
Filename:
MIME Type:
Creator:
Paola Rossi
Created:
2014-09-24 16:22:10 UTC
Size:
1.34 KB
patch
obsolete
>From d8d45dcbb00a8d26e2b770b2ee1e655dcd6497e3 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Tue, 19 Aug 2014 10:09:38 +0200 >Subject: [PATCH] Bug 12646: Display all invoices on the same page > >Only first 20 invoices were displayed on the page. Without pagination, DT >did not allow to show others. >This page explicitely removes the pagination option in order to display >all invoices on the page. > >Test plan: >1/ Create 21+ invoices >2/ Go on acqui/invoices >3/ Verify all invoices are displayed. > >Signed-off-by: Paola Rossi <paola.rossi@cineca.it> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt >index 578b7b3..456a231 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt >@@ -10,7 +10,7 @@ > //<![CDATA[ > $(document).ready(function() { > var resultst = $("#resultst").dataTable($.extend(true, {}, dataTablesDefaults, { >- sDom: "t", >+ bPaginate: false, > aoColumnDefs: [ > { "bSortable": false, "aTargets": [1, 8] }, > { "bVisible": false, "aTargets": [0] }, >-- >1.7.10.4 >
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 12646
:
30965
|
31857
|
31991