From: Andi S. <as...@ac...> - 2007-01-02 21:56:59
|
hi, thank you for the quick reply - meanwhile I found out myself: in templates/.../invoice.html I used a construct <%if fax%>kein Telefax which worked with 2.6.3. Even <%if fax%><!-- kein Telefax --> gives an error ;-)) Quite simple but not mentioned neither in debian changelog nor on sql-ledger.org. The one thing I did not find out was the following: selecting AR aging, selecting only overdue AR and trying to print / email all statements by selecting all and pressing print or email only prints/mails the first statement is this a bug or a feature? regards A. On Mon, 1 Jan 2007, Seneca Cunningham wrote: > 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? > > |