From: Colin M. <co...@it...> - 2007-12-03 23:37:07
|
Hmm... Same error. Dieter Simader wrote: > On Mon, 3 Dec 2007, Trevor Hennion wrote: > > >> Colin, >> >> This bit me this afternoon and it is due to an upgrade of Perl on >> Fedora7 and Fedora8. >> >> I tried some fix suggested in the support forum but it didn't work. >> >> To make sure I could get invoices out this afternoon I had to install >> SQL-Ledger on another box running Fedora5, without the updated Perl >> version, and that worked OK. >> >> If this doesn't get fixed soon a lot more people will feel the pain. >> > > change the code in OE.pm on line 1375 to > > # adjust taxes for lineitems > my $total = 0; > for my $ref (@{ $form->{lineitems} }) { > $total += $ref->{tax}; > } > > report back if perl still barfs after the change. > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: The Future of Linux Business White Paper > from Novell. From the desktop to the data center, Linux is going > mainstream. Let it simplify your IT future. > http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 > _______________________________________________ > sql-ledger-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > |