Bugzilla – Attachment 31991 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]
[PASSED QA] Bug 12646: Display all invoices on the same page
PASSED-QA-Bug-12646-Display-all-invoices-on-the-sa.patch (text/plain), 1.36 KB, created by
Kyle M Hall (khall)
on 2014-10-03 14:54:26 UTC
(
hide
)
Description:
[PASSED QA] Bug 12646: Display all invoices on the same page
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-10-03 14:54:26 UTC
Size:
1.36 KB
patch
obsolete
>From 08adb37e7a3581f80c2e8068ea7a80e441bbb250 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] [PASSED QA] 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> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../prog/en/modules/acqui/invoices.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >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.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 12646
:
30965
|
31857
| 31991