Bug 17600: Standardize our EXPORT_OK
[srvgit] / t / db_dependent / Acquisition / populate_order_with_prices.t
index 7e59ec2..0aa3a1a 100755 (executable)
@@ -3,7 +3,7 @@
 use Modern::Perl;
 
 use Test::More tests => 44;
-use C4::Acquisition;
+use C4::Acquisition qw( populate_order_with_prices );
 use C4::Context;
 use Koha::Database;
 use t::lib::TestBuilder;
@@ -41,7 +41,7 @@ my $order_exc_tax = {
     tax_rate  => .1965,
     discount  => .42,
     rrp       => 16.99,
-    unitprice => 0.00,
+    unitprice => "0.00",
     quantity  => 8,
 };