Revision 71ada638
Von Bernd Bleßmann vor fast 9 Jahren hinzugefügt
SL/DB/Shipto.pm | ||
---|---|---|
6 | 6 |
use SL::DB::Manager::Shipto; |
7 | 7 |
use Rose::DB::Object::Helpers qw(clone_and_reset clone); |
8 | 8 |
|
9 |
our @SHIPTO_VARIABLES = qw(shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptocontact |
|
9 |
our @SHIPTO_VARIABLES = qw(shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptogln shiptocontact
|
|
10 | 10 |
shiptophone shiptofax shiptoemail shiptodepartment_1 shiptodepartment_2); |
11 | 11 |
|
12 | 12 |
__PACKAGE__->meta->initialize; |
Auch abrufbar als: Unified diff
GLN: neue Spalte bei customer, vendor und shipto; DB-Upgrade-Skript u. Rose