From: Bill Erickson Date: Mon, 9 Jul 2018 15:55:07 +0000 (-0400) Subject: LP#1766716 Closed dates API emergency filter fix X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3f249b1cc43dd59da8ac640767b74a151bed7cb5;p=evergreen%2Fequinox.git LP#1766716 Closed dates API emergency filter fix Fix closed dates emergency => emergency_closing DB column name thinko. Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Actor/ClosedDates.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Actor/ClosedDates.pm index 2c3722c9c5..bc87abeb9c 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Actor/ClosedDates.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Actor/ClosedDates.pm @@ -141,7 +141,7 @@ sub fetch_dates { [{ '-or' => [ { close_start => { ">=" => $start }, close_end => { "<=" => $end } }, - { emergency => { "!=" => undef }, "+aec" => { process_end_time => { "=" => undef } } } + { emergency_closing => { "!=" => undef }, "+aec" => { process_end_time => { "=" => undef } } } ], org_unit => $org, }, {flesh => 2,