]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/is.pl
Codeduplikation vermeiden.
[mfinanz.git] / bin / mozilla / is.pl
index f36c8f2d0409706f31fe37825c8db6226e536661..3f22e6d231b77edee129cbbd8a0d8f61fba94c4d 100644 (file)
@@ -1518,7 +1518,7 @@ sub storno {
     $form->error($locale->text('Cannot storno storno invoice!'));
   }
 
-  if (IS->has_storno(\%myconfig, $form)) {
+  if (IS->has_storno(\%myconfig, $form, "ar")) {
     $form->error($locale->text("Invoice has already been storno'd!"));
   }