Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 547b4816

Von Sven Schöling vor etwa 14 Jahren hinzugefügt

  • ID 547b481636575af6f6d96713fed48ced664952e0
  • Vorgänger f28c12f1
  • Nachfolger 63c30aeb

Typo beim nachladen der custom_invoice_io.pl

(Das zeigt mal wie selten das Feature genutzt wird)

Unterschiede anzeigen:

bin/mozilla/invoice_io.pl
47 47

  
48 48
# any custom scripts for this one
49 49
if (-f "bin/mozilla/custom_invoice_io.pl") {
50
  eval { require "bin/mozilla/custom_ivvoice_io.pl"; };
50
  eval { require "bin/mozilla/custom_invoice_io.pl"; };
51 51
}
52 52
if (-f "bin/mozilla/$main::form->{login}_invoice_io.pl") {
53 53
  eval { require "bin/mozilla/$main::form->{login}_invoice_io.pl"; };

Auch abrufbar als: Unified diff