|
From: Caffeinate T. W. <moc...@ya...> - 2002-01-01 12:18:59
|
--- Caffeinate The World <moc...@ya...> wrote:
> the field item NUMBER doesn't have the item number listed in both
> email
> invoice and print invoice option. as of version 1.8.1.
i figured out why. my item was a service and i guess services don't get
their "number" printed in the email invoice or the print option, but is
listed in the actual invoice edit form.
i wanted my service number to be listed, so i had to comment out (in
IS.pm:
# if ($form->{"inventory_accno_$i"} || $form->{"assembly_$i"}) {
push(@{ $form->{number} }, qq|$form->{"partnumber_$i"}|);
push(@{ $form->{bin} }, qq|$form->{"bin_$i"}|);
# } else {
# push(@{ $form->{number} }, " ");
# }
would be nice to have an extra field "service_num_on" in table
"defaults" so we can choose if we want it on or off. then test it in
the if above for the config setting. also change AM.pm module to
reflect the above.
__________________________________________________
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com
|