From: G. Richardson Date: Wed, 1 Feb 2017 12:25:20 +0000 (+0100) Subject: POD Syntax X-Git-Tag: release-3.5.4~1569 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=4cc1ef4c4931b28277a979dd43cef16d420c956f;p=kivitendo-erp.git POD Syntax --- 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.