Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 2654e8ee

Von Moritz Bunkus vor fast 16 Jahren hinzugefügt

  • ID 2654e8ee56337d0e140dcf8bfb314ecf1ae655b0
  • Vorgänger 7b31116b
  • Nachfolger 09685616

Stornierte Rechnung und Stornorechnung falsch herum markiert in der Typ-Spalte.

Unterschiede anzeigen:

bin/mozilla/ar.pl
1583 1583

  
1584 1584
    map { $ar->{$_} = $form->format_amount(\%myconfig, $ar->{$_}, 2) } qw(netamount tax amount paid due marge_total marge_percent);
1585 1585

  
1586
    my $is_storno  = $ar->{storno} && !$ar->{storno_id};
1587
    my $has_storno = $ar->{storno} && $ar->{storno_id};
1586
    my $is_storno  = $ar->{storno} &&  $ar->{storno_id};
1587
    my $has_storno = $ar->{storno} && !$ar->{storno_id};
1588 1588

  
1589 1589
    $ar->{type} =
1590 1590
      $has_storno       ? $locale->text("Invoice with Storno (abbreviation)") :

Auch abrufbar als: Unified diff