]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/Customer.pm
Import von Lieferadressen.
[mfinanz.git] / SL / DB / Customer.pm
index 85d69993375a9f9d71298e1c64e6b0ba3de28570..f2893ae74c7a6b4a69de5240cc02df26592d0618 100644 (file)
@@ -14,7 +14,13 @@ __PACKAGE__->meta->add_relationship(
     class        => 'SL::DB::Shipto',
     column_map   => { id      => 'trans_id' },
     manager_args => { sort_by => 'lower(shipto.shiptoname)' },
-    query_args   => [ 'module' => 'CT' ],
+    query_args   => [ module   => 'CT' ],
+  },
+  contacts => {
+    type         => 'one to many',
+    class        => 'SL::DB::Contact',
+    column_map   => { id      => 'cp_cv_id' },
+    manager_args => { sort_by => 'lower(contacts.cp_name)' },
   },
   business => {
     type         => 'one to one',