SL/Dev/CustomerVendor.pm - create_vendor exportieren
authorG. Richardson <information@kivitendo-premium.de>
Tue, 30 May 2017 08:03:51 +0000 (10:03 +0200)
committerG. Richardson <information@kivitendo-premium.de>
Tue, 30 May 2017 08:18:52 +0000 (10:18 +0200)
SL/Dev/CustomerVendor.pm

index e401edc..6bf976e 100644 (file)
@@ -2,7 +2,7 @@ package SL::Dev::CustomerVendor;
 
 use strict;
 use base qw(Exporter);
-our @EXPORT = qw(create_customer);
+our @EXPORT = qw(create_customer create_vendor);
 
 use SL::DB::TaxZone;
 use SL::DB::Currency;