1 package SL::DB::Shipto;
6 use SL::DB::MetaSetup::Shipto;
8 Readonly our @SHIPTO_VARIABLES => qw(shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptocontact
9 shiptophone shiptofax shiptoemail shiptodepartment_1 shiptodepartment_2);
11 __PACKAGE__->meta->make_manager_class;
15 my $text = join('; ', grep { $_ } (map({ $self->$_ } qw(shiptoname shiptostreet)),
18 qw(shiptozipcode shiptocity))));