From: Seneca C. <te...@gm...> - 2007-01-02 01:15:45
|
On Tue, Jan 02, 2007 at 01:46:25AM +0100, Andi Stern wrote: > when trying to process recurring transactions (to AR) I get > > Posting Ausgangsrechnung 7057 ..... fertig > Sending Bitte um Bezahlung 7057Content-Type: text/html > Error! > > Can't locate object method "kein" via package "Telefax" (perhaps you > forgot to load "Telefax"?) at (eval 10) line 1. > ..... fertig > > and nothing is sent via mail. Two quick questions... Do you have a file called Telefax.pl or Telefax.pm anywhere that SL could find it? And in bin/mozilla/am.pl there is a call to system that is what tells SL to email the sales invoice (line 3229 in 2.6.22) which succeeds. What are the values of $form->{script}, $form->{module}, and $form->{type} at that point? -- Seneca te...@gm... |