From 4cc1ef4c4931b28277a979dd43cef16d420c956f Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Wed, 1 Feb 2017 13:25:20 +0100 Subject: [PATCH] POD Syntax --- SL/Dev/Payment.pm | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.20.1