Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision efc63086

Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt

  • ID efc6308644cc98682efcb325519b2466ee9f5a71
  • Vorgänger 0297cac9
  • Nachfolger 7b9d1666

Verknüpfung Vendor -> Contact

Unterschiede anzeigen:

SL/DB/Vendor.pm
15 15
    manager_args => { sort_by => 'lower(shipto.shiptoname)' },
16 16
    query_args   => [ 'shipto.module' => 'CT' ],
17 17
  },
18
  contacts => {
19
    type         => 'one to many',
20
    class        => 'SL::DB::Contact',
21
    column_map   => { id      => 'cp_cv_id' },
22
    manager_args => { sort_by => 'lower(contacts.cp_name)' },
23
  },
18 24
  business => {
19 25
    type         => 'one to one',
20 26
    class        => 'SL::DB::Business',

Auch abrufbar als: Unified diff