Stornierte Rechnung und Stornorechnung falsch herum markiert in der Typ-Spalte.
authorMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 12 Dec 2008 12:32:41 +0000 (12:32 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 12 Dec 2008 12:32:41 +0000 (12:32 +0000)
bin/mozilla/ar.pl

index 0eeafff..efd4c32 100644 (file)
@@ -1583,8 +1583,8 @@ sub ar_transactions {
 
     map { $ar->{$_} = $form->format_amount(\%myconfig, $ar->{$_}, 2) } qw(netamount tax amount paid due marge_total marge_percent);
 
-    my $is_storno  = $ar->{storno} && !$ar->{storno_id};
-    my $has_storno = $ar->{storno} && $ar->{storno_id};
+    my $is_storno  = $ar->{storno} &&  $ar->{storno_id};
+    my $has_storno = $ar->{storno} && !$ar->{storno_id};
 
     $ar->{type} =
       $has_storno       ? $locale->text("Invoice with Storno (abbreviation)") :