X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDev%2FPayment.pm;h=c8943ec81ff478e31b2b61d7603accdd966f538c;hb=97c075f917ac09a9ba2050ab97a77bb355657a2e;hp=4e567e2ff907d8407e6b61f35ef8d29e799be4fa;hpb=d975f05c964dbc034da664b156744fdb3088c2a0;p=kivitendo-erp.git 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.