]> wagnertech.de Git - kivitendo-erp.git/blobdiff - bin/mozilla/is.pl
Rechnungsfunktionen gehören natürlich nach IS und nicht nach IC.
[kivitendo-erp.git] / bin / mozilla / is.pl
index 9c11c3400b653f42f6f18e364f48a8b266e4af6f..5bfa9deeb3a5c51eb146ce7e017120c22d44c2b6 100644 (file)
@@ -1518,7 +1518,7 @@ sub storno {
     $form->error($locale->text('Cannot storno storno invoice!'));
   }
 
-  if (IC->has_storno(\%myconfig, $form)) {
+  if (IS->has_storno(\%myconfig, $form)) {
     $form->error($locale->text("Invoice has already been storno'd!"));
   }