From: erickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Mon, 16 Nov 2009 22:37:55 +0000 (+0000)
Subject: circ object is under construction, use the context circ-lib (which will be the same... 
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0022ced020775bcbd9d10ab96d4fbcfdad78aa47;p=contrib%2FConifer.git

circ object is under construction, use the context circ-lib (which will be the same) instead

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14928 dcc99617-32d9-48b4-a31d-7c20da2025e4
---

diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm b/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm
index a228cb011d..aca4899968 100644
--- a/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm
+++ b/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm
@@ -1017,7 +1017,7 @@ sub get_max_fine_amount {
         $max_amount = $price * $max_fine_rule->amount / 100;
     } elsif (
         $U->ou_ancestor_setting_value(
-            $self->circ->circ_lib,
+            $self->circ_lib,
             'circ.max_fine.cap_at_price',
             $self->editor
         )