Lines 169-175
Link Here
|
169 |
let old_holds_table = build_holds_table("#table_oldholdshistory", 1); |
169 |
let old_holds_table = build_holds_table("#table_oldholdshistory", 1); |
170 |
function build_holds_table(table_id, old){ |
170 |
function build_holds_table(table_id, old){ |
171 |
let additional_filters = { |
171 |
let additional_filters = { |
172 |
"-or": function(){ |
172 |
"-and": function(){ |
173 |
let statuses = []; |
173 |
let statuses = []; |
174 |
let include_cancelled = false; |
174 |
let include_cancelled = false; |
175 |
if ( table_id == '#table_holdshistory' ) { |
175 |
if ( table_id == '#table_holdshistory' ) { |
176 |
- |
|
|