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> Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
parent
9b9b057c77
commit
e3099d7c59
1 changed files with 1 additions and 1 deletions
|
@ -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] },
|
||||
|
|
Loading…
Reference in a new issue