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
manager_args => { sort_by => 'lower(shipto.shiptoname)' },
query_args => [ 'shipto.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',
class => 'SL::DB::Business',

Auch abrufbar als: Unified diff