View | Details | Raw Unified | Return to bug 27082
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt (-2 / +1 lines)
Lines 148-154 Link Here
148
                "aoColumnDefs": [
148
                "aoColumnDefs": [
149
                    { "aTargets": [ -1, -2, -3 ], "bSortable": false, "bSearchable": false },
149
                    { "aTargets": [ -1, -2, -3 ], "bSortable": false, "bSearchable": false },
150
                ],
150
                ],
151
                "sPaginationType": "full"
151
                "sPaginationType": "four_button"
152
            }));
152
            }));
153
            $(".check_uncertain").on("change",function(){
153
            $(".check_uncertain").on("change",function(){
154
                var form = document.getElementById("uncertainprices");
154
                var form = document.getElementById("uncertainprices");
155
- 

Return to bug 27082