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:
da216d1
)
POD Syntax
author
G. Richardson
<information@kivitendo-premium.de>
Wed, 1 Feb 2017 12:25:20 +0000
(13:25 +0100)
committer
G. Richardson
<information@kivitendo-premium.de>
Wed, 1 Feb 2017 12:25:20 +0000
(13:25 +0100)
SL/Dev/Payment.pm
patch
|
blob
|
history
diff --git
a/SL/Dev/Payment.pm
b/SL/Dev/Payment.pm
index
4e567e2
..
c8943ec
100644
(file)
--- a/
SL/Dev/Payment.pm
+++ b/
SL/Dev/Payment.pm
@@
-143,8
+143,11
@@
To create a payment for 3 invoices that were all paid together, all with skonto:
amount => ($ar1->amount_less_skonto + $ar2->amount_less_skonto + $ar2->amount_less_skonto),
purpose => 'Rechnungen 20, 21, 22',
);
+
=head1 TODO
+Nothing here yet.
+
=head1 BUGS
Nothing here yet.