From 47cc9344a2f6558ff8881767ac661994fbbb2001 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Fri, 13 Jul 2018 13:25:49 +0200 Subject: [PATCH] BankTransaction.pm POD verbessert, Feedback von Sven verarbeitet --- SL/Controller/BankTransaction.pm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/SL/Controller/BankTransaction.pm b/SL/Controller/BankTransaction.pm index 3ba67d140..5972ce066 100644 --- a/SL/Controller/BankTransaction.pm +++ b/SL/Controller/BankTransaction.pm @@ -949,16 +949,10 @@ invoice objects). This method cannot handle already partly assigned bank transactions, i.e. a bank transaction that has a invoice_amount <> 0 but not the fully transaction amount (invoice_amount == amount). -Currently this state is impossible from the point of the user interface, -but for double safety and further reliance posting an bank_transaction -where some invoice_amount is already assigned or a RecordLink from -bank to document exists will not be accepted. If the amount of the bank transaction is higher than the sum of the assigned invoices (1 .. n) the last invoice will be overpayed. -Therefore this function implements not all valid uses cases. - The whole function is wrapped in a database transaction. If an exception occurs the bank transaction is not posted at all. The same is true if the code detects an error during the execution, e.g. a bank -- 2.20.1