]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/ar.pl
Storno auch erlauben, wenn bereits Zahlungen gebucht sind
[mfinanz.git] / bin / mozilla / ar.pl
index 13c3802ea2c3347aee42475c6235ed8c75cef96d..373405f581d551b4f627df896e8ae5be12ce145a 100644 (file)
@@ -821,7 +821,7 @@ sub form_footer {
 
   # ToDO: - insert a global check for stornos, so that a storno is only possible a limited time after saving it
   print qq|<input class=submit type=submit name=action value="| . $locale->text('Storno') . qq|">|
-    if ($form->{id} && !IS->has_storno(\%myconfig, $form, 'ar') && !IS->is_storno(\%myconfig, $form, 'ar') && !$form->{paid_1});
+    if ($form->{id} && !IS->has_storno(\%myconfig, $form, 'ar') && !IS->is_storno(\%myconfig, $form, 'ar'));
 
   if ($form->{id}) {
     if ($form->{radier}) {