From: Sven Schöling Date: Mon, 14 Sep 2015 10:26:00 +0000 (+0200) Subject: POD Fehler X-Git-Tag: release-3.4.1~744 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=b1a25bd34d18d552c22c1182459f5203c6c6bdd6;p=kivitendo-erp.git POD Fehler --- diff --git a/SL/BackgroundJob/MassRecordCreationAndPrinting.pm b/SL/BackgroundJob/MassRecordCreationAndPrinting.pm index 458d47a4f..6ebe08648 100644 --- a/SL/BackgroundJob/MassRecordCreationAndPrinting.pm +++ b/SL/BackgroundJob/MassRecordCreationAndPrinting.pm @@ -194,7 +194,6 @@ __END__ SL::BackgroundJob::MassRecordCreationAndPrinting - =head1 SYNOPSIS In controller: @@ -259,6 +258,7 @@ Sent the pdf to the printer command (if checked). =back =head1 BUGS + Currently the calculation from the gui (form) differs from the calculation via convert (PTC). Furthermore mass conversion with foreign currencies could lead to problems (daily rate check). @@ -267,4 +267,5 @@ Furthermore mass conversion with foreign currencies could lead to problems (dail Moritz Bunkus Em.bunkus@linet-services.deE Jan Büren Ejan@kivitendo-premium.deE + =cut diff --git a/SL/Controller/MassInvoiceCreatePrint.pm b/SL/Controller/MassInvoiceCreatePrint.pm index 07147575f..132c499df 100644 --- a/SL/Controller/MassInvoiceCreatePrint.pm +++ b/SL/Controller/MassInvoiceCreatePrint.pm @@ -384,7 +384,6 @@ From a reverse engineering point of view the actions in this controller were wri background job existed, therefore if anything goes boom take a look at the single steps done via gui in this controller and after that take a deeper look at the MassRecordCreationAndPrinting job. - =head1 FUNCTIONS =over 2 @@ -494,4 +493,5 @@ Both todos are marked in the template code. Moritz Bunkus Em.bunkus@linet-services.deE Jan Büren Ejan@kivitendo-premium.deE + =cut