Tests: 001compile.t parallelisiert
[kivitendo-erp.git] / 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.