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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt (-2 / +1 lines)
Lines 554-560 Link Here
554
        $(document).ready(function(){
554
        $(document).ready(function(){
555
            // keep a copy for re-rendering
555
            // keep a copy for re-rendering
556
            var $funds_tree = $('#bookfund').html();
556
            var $funds_tree = $('#bookfund').html();
557
            var base_query = { "order_id": {"in": [[% multiple_orders | html %]]}};
557
            var base_query = { "order_id": {"-in": [[% multiple_orders | html %]]}};
558
            var pending_orders_url = "/api/v1/acquisitions/orders?only_active=1";
558
            var pending_orders_url = "/api/v1/acquisitions/orders?only_active=1";
559
            var options = {
559
            var options = {
560
                "ajax": {
560
                "ajax": {
561
- 

Return to bug 37533