Revision 2a515370
Von Moritz Bunkus vor mehr als 8 Jahren hinzugefügt
SL/DB/Shipto.pm | ||
---|---|---|
4 | 4 |
|
5 | 5 |
use SL::DB::MetaSetup::Shipto; |
6 | 6 |
use SL::DB::Manager::Shipto; |
7 |
use Rose::DB::Object::Helpers qw(clone_and_reset clone); |
|
8 | 7 |
|
9 | 8 |
our @SHIPTO_VARIABLES = qw(shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptogln shiptocontact |
10 | 9 |
shiptophone shiptofax shiptoemail shiptodepartment_1 shiptodepartment_2); |
Auch abrufbar als: Unified diff
Revert "Bugfix zu manuelle Lieferadresse im Auftrag wird nicht in wiederkehrende Rechung übernommen"
This reverts commit f46afb13bacfe1d838cb4a7a5b5b58e8145ff4b1.
Wird durch einen folgenden Commit besser implementiert, nämlich direkt
in der Umwandlungsroutine von Auftragsobjekten zu Rechnungsobjekten.