Revision f46afb13
Von Jan Büren 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 Rose::DB::Object::Helpers qw(clone_and_reset clone); |
|
6 | 7 |
|
7 | 8 |
our @SHIPTO_VARIABLES = qw(shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptocontact |
8 | 9 |
shiptophone shiptofax shiptoemail shiptodepartment_1 shiptodepartment_2); |
Auch abrufbar als: Unified diff
Bugfix zu manuelle Lieferadresse im Auftrag wird nicht in wiederkehrende Rechung übernommen
closes #2296