Revision 5b8e9fcb
Von Moritz Bunkus vor fast 11 Jahren hinzugefügt
SL/DB/Shipto.pm | ||
---|---|---|
3 | 3 |
use strict; |
4 | 4 |
|
5 | 5 |
use SL::DB::MetaSetup::Shipto; |
6 |
use SL::DB::Manager::Shipto; |
|
6 | 7 |
use Rose::DB::Object::Helpers qw(clone_and_reset clone); |
7 | 8 |
|
8 | 9 |
our @SHIPTO_VARIABLES = qw(shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptocontact |
... | ... | |
10 | 11 |
|
11 | 12 |
__PACKAGE__->meta->initialize; |
12 | 13 |
|
13 |
__PACKAGE__->meta->make_manager_class; |
|
14 |
|
|
15 | 14 |
sub displayable_id { |
16 | 15 |
my $self = shift; |
17 | 16 |
my $text = join('; ', grep { $_ } (map({ $self->$_ } qw(shiptoname shiptostreet)), |
Auch abrufbar als: Unified diff
Lieferadressen-Drop-Downs in mehreren Masken sortiert anzeigen