From: Jonathan Druart Date: Wed, 24 Sep 2014 13:50:49 +0000 (+0200) Subject: Bug 12985: All basketgroups should be listed X-Git-Tag: v3.18.00-beta~454 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=7969b35d607b6519023c40e8edb510463c7ec741;p=koha-ffzg.git Bug 12985: All basketgroups should be listed 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 Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi --- diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt index 8f5e1a2ef1..32cefa72d1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt @@ -113,7 +113,6 @@ function submitForm(form) { "aoColumnDefs": [ { "aTargets": [ -1 ], "bSortable": false, "bSearchable": false }, ], - sDom: 't', "bAutoWidth": false } ));