projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d4130e
)
pod syntax
author
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 28 Oct 2016 15:38:31 +0000
(17:38 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 28 Oct 2016 15:38:31 +0000
(17:38 +0200)
SL/Dev/CustomerVendor.pm
patch
|
blob
|
history
diff --git
a/SL/Dev/CustomerVendor.pm
b/SL/Dev/CustomerVendor.pm
index
4a59662
..
ef54370
100644
(file)
--- a/
SL/Dev/CustomerVendor.pm
+++ b/
SL/Dev/CustomerVendor.pm
@@
-52,6
+52,7
@@
Minimal usage, default values, without saving to database:
my $customer = SL::Dev::CustomerVendor::create_customer();
Complex usage, overwriting some defaults, and save to database:
+
SL::Dev::CustomerVendor::create_customer(name => 'Test customer',
hourly_rate => 50,
taxzone_id => 2,
@@
-67,4
+68,3
@@
Nothing here yet.
G. Richardson E<lt>grichardson@kivitendo-premium.deE<gt>
=cut
-1;