X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d975f05c964dbc034da664b156744fdb3088c2a0..0070a2500fcd59d65a6f39a7a4e8d5eb9ef6cdbd:/SL/Dev/Payment.pm diff --git a/SL/Dev/Payment.pm b/SL/Dev/Payment.pm index 4e567e2ff..c8943ec81 100644 --- 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.