Bug 18736: (follow-up) Fix missing rounding and bad formatting
[koha.git] / acqui / spent.pl
index 3801b44..80d9361 100755 (executable)
@@ -34,6 +34,7 @@ use C4::Auth;
 use C4::Output;
 use Modern::Perl;
 use CGI qw ( -utf8 );
+use C4::Acquisition;
 use Koha::Acquisition::Invoice::Adjustments;
 
 my $dbh      = C4::Context->dbh;