Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 8b14060f

Von Moritz Bunkus vor etwa 8 Jahren hinzugefügt

  • ID 8b14060fa510268875cec5d0e4bfe924a9f6897b
  • Vorgänger 8881a022
  • Nachfolger ab183c9f

Bankauszug: nur Warnung wegen Überzahlung bei tatsächlicher Überzahlung

Unterschiede anzeigen:

SL/Controller/BankTransaction.pm
533 533
        $bank_transaction->invoice_amount($bank_transaction->amount);
534 534
        $amount_of_transaction = 0;
535 535

  
536
        push @warnings, {
537
          %data,
538
          result  => 'warning',
539
          message => $::locale->text('Invoice #1 was overpaid by #2.', $invoice->invnumber, $::form->format_amount(\%::myconfig, $overpaid_amount, 2)),
540
        };
536
        if ($overpaid_amount >= 0.01) {
537
          push @warnings, {
538
            %data,
539
            result  => 'warning',
540
            message => $::locale->text('Invoice #1 was overpaid by #2.', $invoice->invnumber, $::form->format_amount(\%::myconfig, $overpaid_amount, 2)),
541
          };
542
        }
541 543
      }
542 544

  
543 545
      # Record a record link from the bank transaction to the invoice

Auch abrufbar als: Unified diff