From 547b481636575af6f6d96713fed48ced664952e0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 20 Aug 2010 16:03:04 +0200 Subject: [PATCH] Typo beim nachladen der custom_invoice_io.pl (Das zeigt mal wie selten das Feature genutzt wird) --- bin/mozilla/invoice_io.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/invoice_io.pl b/bin/mozilla/invoice_io.pl index 7203f928e..8c803fb4d 100644 --- a/bin/mozilla/invoice_io.pl +++ b/bin/mozilla/invoice_io.pl @@ -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"; }; -- 2.20.1