Bug 12985: All basketgroups should be listed
authorJonathan Druart <jonathan.druart@biblibre.com>
Wed, 24 Sep 2014 13:50:49 +0000 (15:50 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 9 Oct 2014 15:14:49 +0000 (12:14 -0300)
Only 20 first are listed, others are hidden.

Test plan:
- Create at least 21 basketgroups
- verify you can see it on the "open" tab
- close all of them
- verify you can see it on the "close" tab

There is no restriction to hide datables functions here.

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>
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt

index 8f5e1a2..32cefa7 100644 (file)
@@ -113,7 +113,6 @@ function submitForm(form) {
         "aoColumnDefs": [
             { "aTargets": [ -1 ], "bSortable": false, "bSearchable": false },
         ],
-        sDom: 't',
         "bAutoWidth": false
     } ));