Bugfix zu manuelle Lieferadresse im Auftrag wird nicht in wiederkehrende Rechung...
[kivitendo-erp.git] / SL / DB / Shipto.pm
index 8795a1b..1b174c0 100644 (file)
@@ -3,6 +3,7 @@ package SL::DB::Shipto;
 use strict;
 
 use SL::DB::MetaSetup::Shipto;
+use Rose::DB::Object::Helpers qw(clone_and_reset clone);
 
 our @SHIPTO_VARIABLES = qw(shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptocontact
                            shiptophone shiptofax shiptoemail shiptodepartment_1 shiptodepartment_2);