X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/28fc24763b02fab97f8a81a100dd8c16ac42b650..8d4130edfb562ddf4068ad88d37051396e8523c6:/SL/Dev/CustomerVendor.pm diff --git a/SL/Dev/CustomerVendor.pm b/SL/Dev/CustomerVendor.pm index 3a8fa8600..4a59662b0 100644 --- a/SL/Dev/CustomerVendor.pm +++ b/SL/Dev/CustomerVendor.pm @@ -1,7 +1,8 @@ package SL::Dev::CustomerVendor; +use strict; use base qw(Exporter); -@EXPORT = qw(create_customer); +our @EXPORT = qw(create_customer); use SL::DB::TaxZone; use SL::DB::Currency;