Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision ea135284

Von Jan Büren vor fast 3 Jahren hinzugefügt

  • ID ea13528447272a1d79ccd348253a551e84e5720b
  • Vorgänger c11697d1
  • Nachfolger 058e3bc7

Anzahlungsrechnung nur netto erlauben

Der Bug tritt später aus, bei Kontoauszug verbuchen
calculate_prices_and_taxes setzt das Nebenbuch dann neu, als
ob es eine Netto-Rechnung ist.

Unterschiede anzeigen:

bin/mozilla/is.pl
1048 1048
    my @current_taxaccounts = (split(/ /, $form->{taxaccounts}));
1049 1049
    $form->error($locale->text('Cannot post invoice for advance payment with more than one tax'))
1050 1050
      if (scalar @current_taxaccounts > 1);
1051
    $form->error($locale->text('Cannot post invoice for advance payment with taxincluded'))
1052
      if ($form->{taxincluded});
1051 1053
  }
1052 1054

  
1053 1055
  for my $i (1 .. $form->{paidaccounts}) {

Auch abrufbar als: Unified diff