Typos in Doku (Dev)
authorG. Richardson <information@kivitendo-premium.de>
Fri, 17 Feb 2017 14:28:49 +0000 (15:28 +0100)
committerG. Richardson <information@kivitendo-premium.de>
Fri, 17 Feb 2017 14:29:11 +0000 (15:29 +0100)
SL/Dev/CustomerVendor.pm

index ad99b95..fc41d85 100644 (file)
@@ -93,7 +93,7 @@ Creates a new vendor.
 
 Minimal usage, default values, without saving to database:
 
-  my $vendor = SL::Dev::vendorVendor::create_vendor();
+  my $vendor = SL::Dev::CustomerVendor::create_vendor();
 
 Complex usage, overwriting some defaults, and save to database: