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