POD Syntax
authorG. Richardson <information@kivitendo-premium.de>
Wed, 1 Feb 2017 12:25:20 +0000 (13:25 +0100)
committerG. Richardson <information@kivitendo-premium.de>
Wed, 1 Feb 2017 12:25:20 +0000 (13:25 +0100)
SL/Dev/Payment.pm

index 4e567e2..c8943ec 100644 (file)
@@ -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.