[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: orderleaves.pl



On Sunday 24 February 2008 13:35:47 Chris Travers wrote:
> On Sun, Feb 24, 2008 at 1:16 PM, turtle <..hidden..> wrote:
> > I am now attempting to modify orderleaves.pl
> > Where has Part.pl gone?
> > It was in /var/www/localhost/htdocs/sql-ledger/SL/DB/Part.pl.
> > The old orderleaves code starts with:
> > use SL::DB::Part;
> > use SL::DB::Order;
> > use SL::DB::OrderItem;
> >
> > Is this from SL 2.8?  Or something else?
> >
> >
> >
> > --
> > Cheers
> > Turtle
> >
> > 

Oops

I realized Think Electric wrote that code too.
I am new at this so bear with me.
I pasted some notes in the readme file.

Here is the perl modules as they are working now in sql-ledger un changed by 
me:
http://www.think-electric.com/ledgersmb/

I tried changing things from "SL" on my ledgersmb test install to:
package LedgerSMB::DB::Object;

use LedgerSMB::DB;

use base qw(Rose::DB::Object);

With no luck yet.

Thanks!

--Turtle

Attachment: signature.asc
Description: This is a digitally signed message part.