]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/ar.pl
Kosmetik
[mfinanz.git] / bin / mozilla / ar.pl
index f755bbc15fd70527894072e4686b166a44e3e9bf..305b6aaade5245bac75ae6ea1e70ad5abea8ea1e 100644 (file)
@@ -1534,8 +1534,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} && IS->is_storno(\%myconfig, $form, 'ar');
-    my $has_storno = $ar->{storno} && !$is_storno;
+    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)") :