Revision 2d7e4203
Von Sven Schöling vor mehr als 11 Jahren hinzugefügt
SL/DB/Shipto.pm | ||
---|---|---|
7 | 7 |
our @SHIPTO_VARIABLES = qw(shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptocontact |
8 | 8 |
shiptophone shiptofax shiptoemail shiptodepartment_1 shiptodepartment_2); |
9 | 9 |
|
10 |
__PACKAGE__->meta->initialize; |
|
11 |
|
|
10 | 12 |
__PACKAGE__->meta->make_manager_class; |
11 | 13 |
|
12 | 14 |
sub displayable_id { |
Auch abrufbar als: Unified diff
initialize in SL::DB::Objects statt im MetaSetup