Revision 72d45992
Von Martin Helmling mh@waldpark.octosoft.eu vor mehr als 8 Jahren hinzugefügt
SL/DB/Helper/Payment.pm | ||
---|---|---|
162 | 162 |
$paid_amount += -1 * $amount; |
163 | 163 |
$skonto_amount_check -= $skonto_booking->{'skonto_amount'}; |
164 | 164 |
}; |
165 |
die "difference_as_skonto calculated incorrectly, sum of calculated payments doesn't add up to open amount $total_open_amount, reference_amount = $reference_amount\n" unless _round($reference_amount) == 0; |
|
165 |
if ( $params{payment_type} eq 'difference_as_skonto' ) { |
|
166 |
die "difference_as_skonto calculated incorrectly, sum of calculated payments doesn't add up to open amount $total_open_amount, reference_amount = $reference_amount\n" unless _round($reference_amount) == 0; |
|
167 |
} |
|
166 | 168 |
|
167 | 169 |
}; |
168 | 170 |
|
Auch abrufbar als: Unified diff
Sepa-Überw: Fehlermeldung beim Überweisen mit Skonto
Hier fehlte eine Abfrage. Fehlermeldung auf die Zahlungsart beziehen