Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision dfe03f5c

Von Jan Büren vor mehr als 6 Jahren hinzugefügt

  • ID dfe03f5cda27ebdd089f021a900f140ac92c92a0
  • Vorgänger e417dbcb
  • Nachfolger 792c623f

ergänzung cherry-pick: form->format_sellprice existiert nicht

Unterschiede anzeigen:

SL/Controller/BankTransaction.pm
185 185
      ($open_invoice->{agreement}, $open_invoice->{rule_matches}) = $bt->get_agreement_with_invoice($open_invoice,
186 186
        sepa_export_items => $all_open_sepa_export_items,
187 187
      );
188
      $open_invoice->{realamount} = $::form->format_sellprice($open_invoice->amount * ($open_invoice->{is_ar} ? 1 : -1));
188
      $open_invoice->{realamount} = $::form->format_amount(\%::myconfig,
189
                                      $open_invoice->amount * ($open_invoice->{is_ar} ? 1 : -1), 2);
189 190
    }
190 191

  
191 192
    my $agreement = 15;

Auch abrufbar als: Unified diff