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

Re: io.pl printing custom tables



On Sat, Aug 23, 2008 at 12:06 AM, turtle <..hidden..> wrote:
> I would like to print custom order field variable(s) (in io.pl?)
>
> I think "sub print_form"
>
> I am looking for where the ?lsmb ? items in the latex template get defined?

In 1.2, $form->parse_template().  It is an ugly piece of code that has
been fully replaced in /trunk.

In general, the $form->{var} variables become <?lsmb var ?> unless
they are deleted or otherwise removed.

Best Wishes,
Chris Travers