diff --git a/C4/Circulation/Borrower.pm b/C4/Circulation/Borrower.pm index 7a74dea..38879e1 100755 --- a/C4/Circulation/Borrower.pm +++ b/C4/Circulation/Borrower.pm @@ -13,6 +13,7 @@ use C4::Circulation; use C4::Circulation::Issues; use C4::Scan; use C4::Stats; +use C4::Format; use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); # set the version for version checking diff --git a/C4/Interface.pm b/C4/Interface.pm index b4e3e17..6c99733 100755 --- a/C4/Interface.pm +++ b/C4/Interface.pm @@ -1,7 +1,7 @@ package C4::Interface; #asummes C4/Interface #uses Newt - +use C4::Format; use strict; #use Newt qw(:keys :exits :anchors :flags :colorsets :entry :fd :grid :macros #:textbox); diff --git a/C4/Security.pm b/C4/Security.pm index f86daef..0594e5d 100644 --- a/C4/Security.pm +++ b/C4/Security.pm @@ -8,6 +8,7 @@ require Exporter; use DBI; use C4::Interface; use C4::Database; +use C4::Format; use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); # set the version for version checking