related overdue fines. See https://bugs.launchpad.net/evergreen/+bug/705061
This patch tests successfully for me. Thanks Robert!
git-svn-id: svn://svn.open-ils.org/ILS/trunk@19214
dcc99617-32d9-48b4-a31d-
7c20da2025e4
return $loc->[0]->{circ_lib} if @$loc;
$loc = $e->json_query({
+ "select" => {bresv => ["request_lib"]},
+ from => "bresv",
+ "where" => {id => $xact_id},
+ });
+
+ return $loc->[0]->{request_lib} if @$loc;
+
+ $loc = $e->json_query({
"select" => {mg => ["billing_location"]},
from => "mg",
"where" => {id => $xact_id},