Bug 29672: Fix test t/db_dependent/Koha/Plugins/Plugins.t
[koha-ffzg.git] / acqui / booksellers.pl
index 83076b4..43407dd 100755 (executable)
@@ -150,7 +150,7 @@ for my $vendor (@suppliers) {
         booksellerid  => $vendor->id,
         name        => $vendor->name,
         active      => $vendor->active,
-        vendor_type => $vendor->vendor_type,
+        vendor_type => $vendor->type,
         basketcount   => $vendor->baskets->count,
         subscriptioncount => $vendor->subscriptions->count,
       };