]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Dev/Payment.pm
Preisquellen: Support für editierbare Preisquellen
[mfinanz.git] / 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.