From: Sven Schöling Date: Fri, 20 Aug 2010 14:03:04 +0000 (+0200) Subject: Typo beim nachladen der custom_invoice_io.pl X-Git-Tag: release-2.6.2beta1~174 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=547b481636575af6f6d96713fed48ced664952e0;p=kivitendo-erp.git Typo beim nachladen der custom_invoice_io.pl (Das zeigt mal wie selten das Feature genutzt wird) --- 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"; };