From 6e01d8ca9f97d7d8af80913919f111cf1eac027e Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 13 Mar 2008 17:18:14 -0500 Subject: [PATCH] fix crash when levying a rental charge Signed-off-by: Joshua Ferraro --- C4/Circulation.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/C4/Circulation.pm b/C4/Circulation.pm index a8ac834b1f..11e321076b 100644 --- a/C4/Circulation.pm +++ b/C4/Circulation.pm @@ -29,6 +29,7 @@ use C4::Items; use C4::Members; use C4::Dates; use C4::Calendar; +use C4::Accounts; use Date::Calc qw( Today Today_and_Now -- 2.39.5