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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingbookings.tt (-2 / +5 lines)
Lines 120-126 Link Here
120
                         isoTo = todate.get(0)._flatpickr.selectedDates[0].toISOString().substring(0,10);
120
                         isoTo = todate.get(0)._flatpickr.selectedDates[0].toISOString().substring(0,10);
121
                       }
121
                       }
122
122
123
                       return { '>=': isoFrom, '<=': isoTo };
123
                       if ( isoFrom || isoTo ) {
124
                         return { '>=': isoFrom, '<=': isoTo };
125
                       } else {
126
                         return
127
                       }
124
                    },
128
                    },
125
                    'item.holding_library_id': function() {
129
                    'item.holding_library_id': function() {
126
                       let library = $("#library").find(":selected").val();
130
                       let library = $("#library").find(":selected").val();
127
- 

Return to bug 33736