circ object is under construction, use the context circ-lib (which will be the same...
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 16 Nov 2009 22:37:55 +0000 (22:37 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 16 Nov 2009 22:37:55 +0000 (22:37 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14928 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm

index a228cb0..aca4899 100644 (file)
@@ -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
         )