]> wagnertech.de Git - mfinanz.git/commitdiff
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 4e567e2ff907d8407e6b61f35ef8d29e799be4fa..c8943ec81ff478e31b2b61d7603accdd966f538c 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.