search on MARC datas.
[koha_fer] / currency.pl
index 1ff2f65..78aa974 100755 (executable)
 # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA  02111-1307 USA
 
+# FIXME - There's an "admin/currency.pl", and this script never seems
+# to be used. Is it obsolete?
+
 use CGI;
-use C4::Acquisitions;
+use C4::Catalogue;
 use C4::Biblio;
 
 my $input=new CGI;