Typo beim nachladen der custom_invoice_io.pl
authorSven Schöling <s.schoeling@linet-services.de>
Fri, 20 Aug 2010 14:03:04 +0000 (16:03 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Fri, 20 Aug 2010 14:03:04 +0000 (16:03 +0200)
(Das zeigt mal wie selten das Feature genutzt wird)

bin/mozilla/invoice_io.pl

index 7203f92..8c803fb 100644 (file)
@@ -47,7 +47,7 @@ use strict;
 
 # any custom scripts for this one
 if (-f "bin/mozilla/custom_invoice_io.pl") {
-  eval { require "bin/mozilla/custom_ivvoice_io.pl"; };
+  eval { require "bin/mozilla/custom_invoice_io.pl"; };
 }
 if (-f "bin/mozilla/$main::form->{login}_invoice_io.pl") {
   eval { require "bin/mozilla/$main::form->{login}_invoice_io.pl"; };